Updated datepicker

This commit is contained in:
Luke Vella 2015-02-02 17:45:38 +01:00
parent 5a99b705d2
commit 49f0c92015
12 changed files with 75 additions and 38 deletions

View file

@ -11,7 +11,7 @@ angular.module('rallly')
'newevent.invite'
];
$scope.page = 1;
$scope.page = 2;
var goTo = function(page){
$scope.page = page;