Latest bits

This commit is contained in:
Dobie Wollert
2015-06-29 00:45:40 -04:00
parent b80f326ec2
commit 0d5ebb3f43
12 changed files with 241 additions and 29 deletions

View File

@ -44,6 +44,10 @@ angular.module('biomed', ['biomed.filters', 'biomed.services', 'biomed.directive
templateUrl: '/partials/schedule/pms.html',
controller: "SchedulePmsCtrl"
})
.when('/schedule/pms/report', {
templateUrl: '/partials/schedule/report.html',
controller: "FrequencyReportCtrl"
})
.when('/clients', {
templateUrl: '/partials/clients/index.html',
controller: "ClientIndexCtrl",