mirror of
https://github.com/lukevella/rallly.git
synced 2025-06-08 13:41:51 +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
|
@ -2,6 +2,7 @@ angular.module('rallly')
|
|||
.controller('EventCtrl', function($scope, $http, $state, Event, Participant){
|
||||
$(".nav-link").removeClass('active');
|
||||
var id = $state.params.id;
|
||||
$scope.participant = {};
|
||||
$scope.event = Event.get({id:id}, function(data){
|
||||
$scope.eventUrl = $state.href('event', {
|
||||
id: $scope.event._id
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue