Commit Graph

5 Commits

Author SHA1 Message Date
Andy Joslin
e75e20dc9d refactor: $animate - add $animateClassToggler to stop race conditions
Addresses #1100.

Fixes race conditions where $animate.{removeClass,hideClass} are
called simultaneously, in addition fixes any blinking that coulld be
caused by showing an element just attached to the dom.
2014-04-10 10:35:36 -06:00
Andy Joslin
eb1dee9303 fix($ionicLoading): stop race condition with show and hide
Fixes #1100.
2014-04-10 07:47:45 -06:00
Andy Joslin
d36a6f3ba9 refactor($ionicLoading): opts: +template,+templateUrl, deprecate content 2014-04-09 06:55:06 -06:00
Andy Joslin
c7d7dab75f refactor($ionicLoading): make sure .hide() always happens after .show()
Fixes #1085.  Thanks @graemefoster.
2014-04-09 06:41:43 -06:00
Andy Joslin
d0b47d879f test($ionicLoading): re-add missing unit tests 2014-04-08 15:00:41 -06:00