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

Line 336: Line 336:
 
   text-decoration: underline;
 
   text-decoration: underline;
 
   text-decoration-color: #72c9b6;
 
   text-decoration-color: #72c9b6;
   color: #72c9b6;
+
   color: #515e3d;
 
   -webkit-transition: all 0.4s ease;
 
   -webkit-transition: all 0.4s ease;
 
   -moz-transition: all 0.4s ease;
 
   -moz-transition: all 0.4s ease;

Revision as of 21:49, 17 October 2017

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