Skip to content

Commit

Permalink
feat(core): added Object Container as a constant to Object Container
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Kučera committed Dec 11, 2019
1 parent 5b859b2 commit 6547e3f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/src/config/bind.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ export default (ns, oc, config) => {
//*************END VENDORS*****************

//*************START CONSTANTS*****************
oc.constant('$oc', oc);
oc.constant('$Settings', config);
oc.constant('$Env', config.$Env);
oc.constant('$Protocol', config.$Protocol);
Expand Down

0 comments on commit 6547e3f

Please sign in to comment.