The docs say this requires the user to define $rootScope.safeApply, but it looks like you do this as of 6282e86
Is this bad practice to set the global, possibly clobbering? Can you not just use a local function?
If you stick with it, perhaps you should also consider an alias of $rootScope.$safeApply, since this also seems to be a convention per:
The docs say this requires the user to define
$rootScope.safeApply, but it looks like you do this as of 6282e86Is this bad practice to set the global, possibly clobbering? Can you not just use a local function?
If you stick with it, perhaps you should also consider an alias of
$rootScope.$safeApply, since this also seems to be a convention per: