User profile editing and password
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
}
|
||||
});
|
||||
|
||||
controller.$inject = ['$scope', 'userSvc'];
|
||||
function controller($scope, userSvc) {
|
||||
var vm = this;
|
||||
vm.user = angular.copy($scope.user);
|
||||
|
||||
Reference in New Issue
Block a user