Skip to content

Commit

Permalink
Compiled scripts for latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
juanpablob committed Apr 26, 2017
1 parent d496142 commit 322074e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion dist/angular-environment.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,8 @@ angular.module('environment', []).
if (location === v.domain) {
keepGoing = false;
}
console.log(v.domain);

void 0;
self.environment = v.environment;
}
});
Expand Down
2 changes: 1 addition & 1 deletion dist/angular-environment.min.js

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

1 change: 1 addition & 0 deletions src/angular-environment.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ angular.module('environment', []).
if (location === v.domain) {
keepGoing = false;
}

console.log(v.domain);
self.environment = v.environment;
}
Expand Down

0 comments on commit 322074e

Please sign in to comment.