From 5b11e2bca2e79b4a3b3889a83422de36938a153e Mon Sep 17 00:00:00 2001 From: aj Date: Thu, 10 Aug 2017 20:39:35 +0000 Subject: [PATCH] typo fix --- oauth3.ng.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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) + ; }());