Open stefanmdt opened 9 years ago
The module is not working when used together with ng-strict-di. This could easily be fixed by changing the first and last line to:
angular.module('Scope.safeApply', []).run(['$rootScope' , function($rootScope) { ... }]);
The module is not working when used together with ng-strict-di. This could easily be fixed by changing the first and last line to: