yearofmoo / AngularJS-Scope.SafeApply

AngularJS $scope.$apply() without the hassle and errors :)
70 stars 23 forks source link

To be minified and compressed without errors that cased by changing t… #15

Open faressoft opened 8 years ago

faressoft commented 8 years ago

To be minified and compressed without errors that cased by changing the parameter $rootScope to an auto-naming parameter like 'a' which will not be recognised my the angular.js as $rootScope any more.

ChrisMBarr commented 8 years ago

Yes please! This is a very simple PR that we need. Currently we use the sctrictDI: true in our app, and the app fails to load due to this right now. We'd like to be able to get this code from NPM, but instead we have to manually include it in our source and made this modification so it will work.