Fix error when showing credentials for oauth client

This commit is contained in:
Stian Thorgersen 2013-12-07 14:18:26 +00:00
parent 6e13dc8db7
commit faec1e5340

View file

@ -359,6 +359,9 @@ module.config([ '$routeProvider', function($routeProvider) {
}, },
application : function(OAuthClientLoader) { application : function(OAuthClientLoader) {
return OAuthClientLoader(); return OAuthClientLoader();
},
oauth : function(OAuthClientLoader) {
return OAuthClientLoader();
} }
}, },
controller : 'OAuthClientCredentialsCtrl' controller : 'OAuthClientCredentialsCtrl'