Added Example Flag
This commit is contained in:
Luke Vella 2015-02-09 20:51:35 +01:00
parent 6877e92a1d
commit 600155a8f1
5 changed files with 10 additions and 5 deletions

View file

@ -43,7 +43,8 @@ angular.module('rallly')
name : "John Example"
},
content : "Thank you!"
}]
}],
"isExample" : true
});
event.$save(function(data){