Ken Sheedlo
003861d2fd
chore(minErr): replace ngError with minErr
2013-06-17 13:29:30 -07:00
Jeff Cross
e1a050e6b2
fix(jqLite): Added optional name arg in removeData
...
jQuery's API for removeData allows a second 'name' argument to just
remove the property by that name from an element's data. The absence
of this argument was causing some features not to work correctly when
combining multiple directives, such as ng-click, ng-show, and ng-animate.
2013-05-30 23:43:27 -07:00
Matias Niemelä
a4b9a6aca9
fix($animator): ensure $animator calculates the highest duration + delay for and transitions and animations together
2013-05-30 22:01:42 -07:00
Igor Minar
b8ea7f6aba
feat(ngError): add error message compression and better error messages
...
- add toThrowNg matcher
2013-05-24 17:03:21 -07:00
Matias Niemelä
c53d4c9430
feat($animator): provide support for custom animation events
2013-05-16 16:17:46 -07:00
Matias Niemelä
24ed61cf5c
test($animator): ensure invalid $sniffer.transitions and $sniffer.animations flags are caught in animation spec code
2013-05-16 16:17:46 -07:00
Matias Niemelä
4acc28a310
feat(ngAnimate): cancel previous incomplete animations when new animations take place
2013-05-13 21:09:43 -07:00
Matias Niemelä
0930d9dfe7
chore($sniffer): replace remaining supportsTransitions/supportsAnimations flags inside tests
2013-05-13 18:12:25 -04:00
Matias Niemelä
11f712bc3e
chore(ngAnimate): CSS classes X-setup/X-start -> X/X-active
...
BREAKING CHANGE: css classes foo-setup/foo-start become foo/foo-active
The CSS transition classes have changed suffixes. To migrate rename
.foo-setup {...} to .foo {...}
.foo-start {...} to .foo-active {...}
or for type: enter, leave, move, show, hide
.foo-type-setup {...} to .foo-type {...}
.foo-type-start {...} to .foo-type-active {...}
2013-05-08 16:03:31 -07:00
Matias Niemelä
14757874a7
feat(ngAnimate): Add support for CSS3 Animations with working delays and multiple durations
2013-05-08 15:56:53 -07:00
Matias Niemelä
88c3480aff
feat($sniffer): Add support for supportsAnimations flag for detecting CSS Animations browser support
2013-05-08 15:40:37 -07:00
Misko Hevery
fd21c7502f
fix(ngAnamite): eval ng-animate expression on each animation
2013-05-02 15:22:16 -04:00
Misko Hevery
021bdf3922
fix($animator): remove dependency on window.setTimeout.
2013-04-22 23:13:26 -07:00
Misko Hevery
570463a465
fix(ngAnimate): prevent animation on initial page load
2013-04-11 23:06:07 -07:00
Matias Niemelä
1351ba2632
fix(ngAnimate): skip animation on first render
2013-04-11 14:15:20 -07:00
Matias Niemelä
5476cb6e9b
feat($animator): allow to globally disable and enable animations
2013-04-11 14:15:20 -07:00
William Bagayoko
308a59bf44
fix(ngAnimator): correct polyfillSetup activation and memento generation
2013-04-03 18:42:17 -07:00
Misko Hevery
ecdf119a76
fix(ngShow/ngHide): revert to display:'' for show
...
Regression introduced by ngAnimation
SHA: 0b6f1ce5f8
2013-04-03 15:20:53 -07:00
Misko Hevery
0b6f1ce5f8
feat(ngAnimate): add support for animation
2013-04-02 14:05:06 -07:00