Skip to content
This repository has been archived by the owner on Jan 14, 2020. It is now read-only.

Commit

Permalink
chore: rebuild dist
Browse files Browse the repository at this point in the history
Rebuilds dist.

-- tlvince/publish-dist
  • Loading branch information
fieldmachine committed Oct 5, 2016
1 parent 4e012ef commit 1519afc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions dist/bundle.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(function (angular$1) {
(function (angular) {
'use strict';

angular$1 = 'default' in angular$1 ? angular$1['default'] : angular$1;
angular = 'default' in angular ? angular['default'] : angular;

function __commonjs(fn, module) { return module = { exports: {} }, fn(module, module.exports), module.exports; }

Expand Down Expand Up @@ -178,7 +178,7 @@
}).then(function () {
return _this2.init(localSession);
}).catch(function (err) {
if (angular.isObject(err) && err.status === 0) {
if (!_this2.$window.navigator.onLine) {
// User looks to be offline, grant login
return _this2.init(localSession);
}
Expand Down Expand Up @@ -251,6 +251,6 @@

LoginService.$inject = ['$http', '$window', '$rootRouter', 'config', 'sessionService', 'toastService', 'mainService'];

angular$1.module('angularNavLogin', []).service('loginService', LoginService).component('login', LoginComponent);
angular.module('angularNavLogin', []).service('loginService', LoginService).component('login', LoginComponent);

}(angular));
2 changes: 1 addition & 1 deletion dist/bundle.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1519afc

Please sign in to comment.