add oauth3 to homeController

This commit is contained in:
aj 2017-08-14 19:54:42 +00:00
parent 2e29786fa1
commit b3c6a7c54f
1 changed files with 5 additions and 1 deletions

View File

@ -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;
vm.oauth3 = Oauth3.oauth3;
vm.notification = true;