Added tags to clients page

This commit is contained in:
Dobie Wollert
2013-07-19 01:27:47 -07:00
parent 1c2ba2737d
commit 4380c10ba4
8 changed files with 58 additions and 5 deletions

View File

@ -122,6 +122,10 @@ biomed.ClientEditCtrl = function($scope, $routeParams, Clients) {
updatePms();
});
$scope.tags = Clients.tags($routeParams, function() {
});
$scope.identification = createController();
$scope.address = createController();
$scope.primaryContact = createContactController(0);