typo fix
Этот коммит содержится в:
родитель
b3c6a7c54f
Коммит
a7d93827d1
@ -1,5 +1,5 @@
|
|||||||
app.controller('HomeController', [
|
app.controller('HomeController', [
|
||||||
'$rootScope', '$scope', 'Auth', 'localStorageService', '$location', 'azp@oauth.org'
|
'$rootScope', '$scope', 'Auth', 'localStorageService', '$location', 'azp@oauth3.org'
|
||||||
, function ($rootScope, $scope, Auth, localStorageService, $location, Oauth3) {
|
, function ($rootScope, $scope, Auth, localStorageService, $location, Oauth3) {
|
||||||
|
|
||||||
var vm = this;
|
var vm = this;
|
||||||
@ -12,11 +12,9 @@ app.controller('HomeController', [
|
|||||||
$location.path('/splash-page');
|
$location.path('/splash-page');
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
vm.userName = function(profile){
|
vm.userName = function(profile){
|
||||||
profile = Auth.getProfile();
|
profile = Auth.getProfile();
|
||||||
return profile.email;
|
return profile.email;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
}]);
|
}]);
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user