Browse Source

fixed bad theeme name

tags/1.1.1^0
Robin Thoni 8 years ago
parent
commit
8f219afe97
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      app/index.html

+ 1
- 1
app/index.html View File

78
 
78
 
79
     <div layout="row"  flex>
79
     <div layout="row"  flex>
80
         <ng-include src="'views/sidebar.html'"></ng-include>
80
         <ng-include src="'views/sidebar.html'"></ng-include>
81
-        <div layout="column" flex md-theme="blue" id="content">
81
+        <div layout="column" flex id="content">
82
             <md-content>
82
             <md-content>
83
                 <ng-include src="'views/toolbar.html'"></ng-include>
83
                 <ng-include src="'views/toolbar.html'"></ng-include>
84
                 <md-content layout="column" flex class="md-main-content">
84
                 <md-content layout="column" flex class="md-main-content">

Loading…
Cancel
Save