mirror of
https://github.com/lukevella/rallly.git
synced 2025-04-29 18:26:34 +02:00
Added Logging
This commit is contained in:
parent
1635a5df45
commit
0e0e49dc35
3 changed files with 3 additions and 2 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -11,6 +11,7 @@ angular.module('rallly')
|
|||
scope.participant = {};
|
||||
var datesCount = [];
|
||||
scope.event.$promise.then(function(event){
|
||||
console.log(event);
|
||||
var examplesNames = ['John Example', 'Jane Specimen','Mark Instance', 'Mary Case'];
|
||||
var examples = [];
|
||||
for (var i = 0; i < examplesNames.length; i++){
|
||||
|
|
Loading…
Add table
Reference in a new issue