User profile editing and password
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
(function () {
|
||||
'use strict';
|
||||
(function() {
|
||||
"use strict";
|
||||
|
||||
window.app.controller('LoginController',
|
||||
window.app.controller("LoginController",
|
||||
[
|
||||
"$window", "$http",
|
||||
function($window, $http) {
|
||||
var vm = this;
|
||||
vm.errorMessage = null;
|
||||
@@ -24,5 +26,6 @@
|
||||
vm.loggingIn = false;
|
||||
});
|
||||
}
|
||||
});
|
||||
}
|
||||
]);
|
||||
})();
|
||||
|
||||
Reference in New Issue
Block a user