diff --git a/oauth3.ng.js b/oauth3.ng.js index 956bf42..e8d089d 100644 --- a/oauth3.ng.js +++ b/oauth3.ng.js @@ -39,6 +39,7 @@ var modules = { angular .module('oauth3.org', []) - .service('azp@oauth3.org', modules.azp); - .service('AzpOauth3', modules.azp); + .service('azp@oauth3.org', modules.azp) + .service('AzpOauth3', modules.azp) + ; }());