mirror of
https://github.com/lukevella/rallly.git
synced 2025-05-22 21:36:25 +02:00
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
This commit is contained in:
parent
bc1e25377c
commit
861bea5400
10 changed files with 24 additions and 10 deletions
5
public/js/controllers/about.controller.js
Normal file
5
public/js/controllers/about.controller.js
Normal file
|
@ -0,0 +1,5 @@
|
|||
angular.module('rallly')
|
||||
.controller('AboutCtrl', function(){
|
||||
$(".nav-link").removeClass('active');
|
||||
$(".nav-link[href='/about']").addClass('active');
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue