Added Logging

This commit is contained in:
Luke Vella 2015-02-04 18:24:51 +01:00
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

View file

@ -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++){