Added clock stuff

This commit is contained in:
Dobie Wollert
2014-09-14 06:43:04 -04:00
parent ca587764cd
commit b949f6ff90
12 changed files with 384 additions and 4 deletions

View File

@ -78,6 +78,10 @@ angular.module('biomed', ['biomed.filters', 'biomed.services', 'biomed.directive
controller: biomed.UsersIndexCtrl,
reloadOnSearch: false
})
.when('/admin/users/:id', {
templateUrl: '/partials/users/clock.html',
controller: biomed.UserClockCtrl
})
.otherwise({
redirectTo: '/schedule'
});