ngbolt / ng-bolt

Front-end framework built on AngularJS for rapid development of responsive web applications.
https://ngbolt.github.io
Other
4 stars 2 forks source link

Remove the api from the global scope in development builds #74

Open jrh418 opened 7 years ago

jrh418 commented 7 years ago

Right now, the BltApi is exported globally to api in development builds. While this is nice for development, it often means that a dependency is missed when creating new controllers or factories and will only error after an app is packaged for production.