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:
Luke Vella 2015-01-12 23:58:48 +01:00
parent bc1e25377c
commit 861bea5400
10 changed files with 24 additions and 10 deletions

View file

@ -10,7 +10,8 @@ angular.module('rallly', ['ui.router','ngResource','ngFx'])
})
.state('about', {
url : '/about',
templateUrl : 'templates/about.html'
templateUrl : 'templates/about.html',
controller : 'AboutCtrl'
})
.state('notfound', {
url : '/notfound',