rallly/public/js/controllers/about.controller.js
Luke Vella 861bea5400 Fixed bug
Fixed a bug where if you check a box in the poll before you right your name it does not get saved to the server
2015-01-12 23:58:48 +01:00

5 lines
162 B
JavaScript

angular.module('rallly')
.controller('AboutCtrl', function(){
$(".nav-link").removeClass('active');
$(".nav-link[href='/about']").addClass('active');
});