stephanie-dm

Results 8 comments of stephanie-dm

I used the following as a workaround (in my own code, not by changing unsavedChanges.js) for the confirmation dialog showing up twice. ``` var event = $rootScope.$broadcast("dossierClosedEvent"); if (event.defaultPrevented ==...

@facultymatt : Any comments on the issue I posted? My workaround works fine, but I'd like to know if I understood everything correctly.

+1: please replace the $http.success method

I've investigated this problem a little further and I've come to a different conclusion: the problem I'm seeing occurs everywhere I use an Angular resource as a promise for cgBusy....

I have upgraded to 4.1.3 and I can't reproduce this issue anymore. The following code works again if "dossiers" is the result of a resource-call that returns an array: ``

Since our CSP also doesn't allow inline CSS, I currently disabled the inline CSS by putting the following in the production configuration of angular.json: ``` "optimization": { "scripts": true, "styles":...

Any update on this? I also bumped into this problem with 1.5.5.Final. To me it seems like a mistake that this doesn't work anymore, the fact that @IterableMapping with "qualifiedByName"...