angular-environment
angular-environment copied to clipboard
AngularJS Environment Plugin
it happens when I try to print an environment variable var environment = envService.read('apiUrl');
According to the documentation, the 'defaults' block is supposed to be the catch-all area, however in testing it appears that 'development' is actually the catch-all section. Recommend fixing the code...
I'm using this plugin in 2 modules. Module 2 is dependent on module 1. I need to override some environment vars in module 1 from module 2 config phase.
First of all please excuse me as this is not a bug, rather than I need some information/ help regarding this plugin. This plugin looks promising to me, and I...