angular.js/test/ng
Paul Meskers a13c01a8e4 fix(numberFilter): always convert scientific notation to decimal
Previously, the number filter would format small and large numbers
as scientific notation. It now uses toFixed() to ensure that all
requested digits are shown.
2013-07-24 12:05:41 -07:00
..
directive test(ngRepeat): add a test for ngRepeat when using 'track by' and a filter 2013-07-18 16:10:38 -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
animationSpec.js feat(ngAnimate): add support for animation 2013-04-02 14:05:06 -07:00
animatorSpec.js chore(minErr): replace ngError with minErr 2013-06-17 13:29:30 -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 fix($compile): always instantiate controllers in parent->child order 2013-07-22 11:27:53 -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 fix($compile): reject multi-expression interpolations for src attribute 2013-06-24 14:17:18 -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
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 fix(core): parse URLs using the browser's DOM API 2013-07-19 01:44:57 -07:00
windowSpec.js chore(module): move files around in preparation for more modules 2012-03-28 11:16:35 -07:00