User profile editing and password
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
(function() {
|
||||
"use strict";
|
||||
|
||||
window.app.controller("ProfileController",
|
||||
[
|
||||
'$scope', 'profileSvc',
|
||||
function ($scope, profileSvc) {
|
||||
var vm = this;
|
||||
|
||||
vm.profile = profileSvc.profile;
|
||||
}
|
||||
]);
|
||||
})();
|
||||
Reference in New Issue
Block a user