add oauth3 to homeController
This commit is contained in:
parent
2e29786fa1
commit
b3c6a7c54f
|
@ -1,5 +1,9 @@
|
||||||
app.controller('HomeController', ['$scope', 'Auth', 'localStorageService', '$location', '$rootScope', function ($scope, Auth, localStorageService, $location, $rootScope) {
|
app.controller('HomeController', [
|
||||||
|
'$rootScope', '$scope', 'Auth', 'localStorageService', '$location', 'azp@oauth.org'
|
||||||
|
, function ($rootScope, $scope, Auth, localStorageService, $location, Oauth3) {
|
||||||
|
|
||||||
var vm = this;
|
var vm = this;
|
||||||
|
vm.oauth3 = Oauth3.oauth3;
|
||||||
|
|
||||||
vm.notification = true;
|
vm.notification = true;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue