Difference between revisions of "Team:UChile OpenBio-CeBiB/Template/2"

Line 203: Line 203:
  
 
header {
 
header {
background: #2c3e50;
+
background: none;
 
color: #fff;
 
color: #fff;
 
}
 
}
  
 
.main {
 
.main {
background: #f2f2f2;
+
background: none;
 
}
 
}
  
 
.color1 {
 
.color1 {
background: #34495e;
+
background: none;
 
color: #fff;
 
color: #fff;
 
}
 
}
  
 
aside{
 
aside{
background: #c0392b;
+
background: none;
 
color: #fff;
 
color: #fff;
 
}
 
}
  
 
footer{
 
footer{
background: #16a085;
+
background: none;
 
color: #fff;
 
color: #fff;
 
}
 
}

Revision as of 21:12, 17 October 2017

Document (function () { var headerController = function ($scope, $location) { $scope.isActive = function (viewLocation) { return viewLocation === $location.path(); }; }; angular.module('sampleApp').controller('HeaderController',headerController); }());