Emanuele
Emanuele
I agree and have the same problem! How did you exactly workaround this? Here is my code: ``` .factory('appendTransform', function ($http) { var appendTransform = function(transform) { var defaults =...
Is there any way to push append a transform response only if the response code is 200, in angular? Instead of always appending it
@faceleg , yes it does
It kinda helps, but there is a little flashing at every page change... I came up with a different workardound instead. I made this directive in order to disable ng-animation...
(I think that this solution could be easier to be integrated with the library, for example renaming 'ngAnimationDisabled' to 'paginateNoNgAnimation' or something similar, and restricting it to attributes with `restrict:...
Right, sorry, I was addressing a similar issue - when no animation is added - instead of this one (I mistakenly tought that the 0.2s animation was for a 0s...
Wouldn't be as simple as adding all the processed files to a 'generated' target in the clean task? The problem of using other tasks is that you must keep all...
Same error here. Still no clues to fix it?