angular.js/test/ng/filter
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
..
filterSpec.js feat(filter): Add comparison function to filter 2013-02-14 14:43:55 -08:00
filtersSpec.js fix(numberFilter): always convert scientific notation to decimal 2013-07-24 12:05:41 -07:00
limitToSpec.js feat(limitTo): limitTo filter accepts strings 2012-12-19 20:13:36 +01:00
orderBySpec.js chore(module): move files around in preparation for more modules 2012-03-28 11:16:35 -07:00