angular.js/test/ng
Matias Niemelä 81923f1e41 feat(ngAnimate): complete rewrite of animations
- ngAnimate directive is gone and was replaced with class based animations/transitions
- support for triggering animations on css class additions and removals
- done callback was added to all animation apis
- $animation and $animator where merged into a single $animate service with api:
  - $animate.enter(element, parent, after, done);
  - $animate.leave(element, done);
  - $animate.move(element, parent, after, done);
  - $animate.addClass(element, className, done);
  - $animate.removeClass(element, className, done);

BREAKING CHANGE: too many things changed, we'll write up a separate doc with migration instructions
2013-07-26 23:49:54 -07:00
..
directive feat(ngAnimate): complete rewrite of animations 2013-07-26 23:49:54 -07:00
filter fix(numberFilter): always convert scientific notation to decimal 2013-07-24 12:05:41 -07:00
anchorScrollSpec.js fix($sniffer): report history false on Android < 4 2012-05-14 15:12:51 -07:00
animateSpec.js feat(ngAnimate): complete rewrite of animations 2013-07-26 23:49:54 -07:00
browserSpecs.js fix($browser): should use first value for a cookie. 2013-05-11 09:28:14 -07:00
cacheFactorySpec.js chore(minErr): replace ngError with minErr 2013-06-17 13:29:30 -07:00
compileSpec.js feat(ngAnimate): complete rewrite of animations 2013-07-26 23:49:54 -07:00
controllerSpec.js chore(minErr): replace ngError with minErr 2013-06-17 13:29:30 -07:00
documentSpec.js chore(module): move files around in preparation for more modules 2012-03-28 11:16:35 -07:00
exceptionHandlerSpec.js chore(module): move files around in preparation for more modules 2012-03-28 11:16:35 -07:00
httpBackendSpec.js feat($http): add support for aborting via timeout promises 2013-05-20 14:15:04 -07:00
httpSpec.js fix(core): parse URLs using the browser's DOM API 2013-07-19 01:44:57 -07:00
interpolateSpec.js feat($sce): new $sce service for Strict Contextual Escaping. 2013-07-25 13:00:35 -07:00
localeSpec.js chore(module): move files around in preparation for more modules 2012-03-28 11:16:35 -07:00
locationSpec.js fix(Angular.js): handle duplicate params in parseKeyValue/toKeyValue 2013-07-01 19:32:12 +01:00
logSpec.js feat($log): add $log.debug() 2013-01-17 16:47:39 -08:00
parseSpec.js fix($parse): disallow access to Function constructor 2013-07-03 00:03:56 -07:00
qSpec.js feat($q): added support to promise notification 2013-07-14 23:11:46 -07:00
rootElementSpec.js feat($rootElement): added application root element 2012-06-02 14:50:58 -07:00
rootScopeSpec.js fix(Scope): ensure that isolate scopes use the main evalAsync queue 2013-07-22 11:27:53 -07:00
sceSpecs.js feat(ngBindHtml, sce): combine ng-bind-html and ng-bind-html-unsafe 2013-07-25 14:29:56 -07:00
snifferSpec.js fix($sniffer): detect transition/animation on older Android browsers 2013-07-03 22:16:31 +01:00
timeoutSpec.js fix($timeout): allow calling $timeout.cancel() with undefined 2012-06-04 17:43:14 -07:00
urlUtilsSpec.js feat($sce): new $sce service for Strict Contextual Escaping. 2013-07-25 13:00:35 -07:00
windowSpec.js chore(module): move files around in preparation for more modules 2012-03-28 11:16:35 -07:00