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

Line 335: Line 335:
 
   font-weight: bold;
 
   font-weight: bold;
 
   text-decoration: underline;
 
   text-decoration: underline;
   text-decoration-color: #72c9b6;
+
   text-decoration-color: #515e3d;
 
   color: #515e3d;
 
   color: #515e3d;
 
   -webkit-transition: all 0.4s ease;
 
   -webkit-transition: all 0.4s ease;

Revision as of 21:50, 17 October 2017

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