angular.js/src/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
..
filter.js doc(filter): remove invalid character 2013-05-20 10:19:18 +01:00
filters.js fix(numberFilter): always convert scientific notation to decimal 2013-07-24 12:05:41 -07:00
limitTo.js feat(limitTo): limitTo filter accepts strings 2012-12-19 20:13:36 +01:00
orderBy.js chore(docs): correct few unclosed elements 2013-04-02 13:36:12 -07:00