IGNITE-843 Refactored modules.
Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/31e6254f Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/31e6254f Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/31e6254f Branch: refs/heads/ignite-843-rc3 Commit: 31e6254f589e06802dcaf9bfd513236451293f98 Parents: 0fc9726 Author: Andrey <[email protected]> Authored: Mon Feb 8 16:35:57 2016 +0700 Committer: Andrey <[email protected]> Committed: Mon Feb 8 16:35:57 2016 +0700 ---------------------------------------------------------------------- .../src/main/js/app/modules/User/Auth.service.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/31e6254f/modules/control-center-web/src/main/js/app/modules/User/Auth.service.js ---------------------------------------------------------------------- diff --git a/modules/control-center-web/src/main/js/app/modules/User/Auth.service.js b/modules/control-center-web/src/main/js/app/modules/User/Auth.service.js index 175c22c..3e194e7 100644 --- a/modules/control-center-web/src/main/js/app/modules/User/Auth.service.js +++ b/modules/control-center-web/src/main/js/app/modules/User/Auth.service.js @@ -15,7 +15,8 @@ * limitations under the License. */ -export default ['Auth', ['$http', '$rootScope', '$state', '$common', 'IgniteGettingStarted', 'User', function($http, $root, $state, $common, gettingStarted, User) { +export default ['Auth', ['$http', '$rootScope', '$state', '$common', 'IgniteGettingStarted', 'User', + function($http, $root, $state, $common, gettingStarted, User) { let _auth = false; try {
