aboutsummaryrefslogtreecommitdiffstats
path: root/src/filters.js
AgeCommit message (Expand)Author
2011-11-14move(filters): appease the History GodMisko Hevery
2011-10-20feat(filter.date): use mediumDate as defaultIgor Minar
2011-10-20fix(date filter): default to fullDate formatIgor Minar
2011-10-12docs(*): remove @workInProgress from everywhereIgor Minar
2011-10-11chore(formating): clean code to be function() {Misko Hevery
2011-10-11feat(forms): new and improved formsMisko Hevery
2011-10-11fix(filter): make json filter ignore private propertiesMisko Hevery
2011-09-16fix(e2e tests): use prop() instead of attr() and quote attributesIgor Minar
2011-09-08style(filter): Couple of missing spaces, semi-colons, add empty linesVojta Jina
2011-09-08fix(filter.currency): Return empty string for non-numbersVojta Jina
2011-08-15fix(filters): fix lint warningsIgor Minar
2011-08-15style(*): remove extra semicolonsIgor Minar
2011-08-15style(*): wrap all assignments in if statementsIgor Minar
2011-08-14break(date): remove support for 'long', 'longtime' date formats and 'z' flagIgor Minar
2011-08-14refactor(date,curreny,number): inject and use $locale in filtersDi Peng
2011-08-12refactor(scope): remove $flush/$observe ng:eval/ng:eval-orderMisko Hevery
2011-08-02feat(scope): new and improved scope implementationMisko Hevery
2011-07-30doc(typos): fix couple of typos in the docsdandoyon
2011-07-29doc(date filter): fix dashes in api docsIgor Minar
2011-07-27style(): fix couple of missing semi-colonsVojta Jina
2011-07-27test(filter.date): fix e2e test to pass on different time zonesVojta Jina
2011-07-26feat(number/currency filter): format numbers and currency using patternDi Peng
2011-07-20feat(filter.date): add support for default datetime formats in enDi Peng
2011-07-18feat(strict mode): adding strict mode flag to all js filesIgor Minar
2011-07-18fix(strict mode): fix all issues discovered by strict mode and unit/e2e testsIgor Minar
2011-06-23feat:filter.date: add day/month string format supportDi Peng
2011-06-08Number filter would return incorrect value when fractional part had leading z...Misko Hevery
2011-06-06yet another docs batchIgor Minar
2011-06-06api doc fixes from kenIgor Minar
2011-04-11fix indentation in angular.filter.html examplesIgor Minar
2011-04-11doc fix - ng:autobind, ng:controller and moreKenneth R. Culp
2011-02-01changed the documentation @example to use <doc:example>Misko Hevery
2011-01-10Fixed filter.date, so it parses format ending with non-replaced stringVojta Jina
2011-01-10Rename angular.foreach to angular.forEach to make the api consistent.Igor Minar
2010-11-18add @workInProgress tag and mark all @ngdocs as work in progressIgor Minar
2010-11-18fixing angular.filter.number jsdocsIgor Minar
2010-11-10Added DirectivesMisko Hevery
2010-11-09improve jsdocsIgor Minar
2010-11-08Support ISO 8601 extended datetime format troughout angular.Igor Minar
2010-11-08Add isDate method + fix old codeIgor Minar
2010-11-08date filter should accept ISO 8601 formatted string as inputIgor Minar
2010-11-07Added documentation for validators.Misko Hevery
2010-11-03doc parser should recognize the 'defaults' syntax for paramsIgor Minar
2010-11-03fix the linky filterMisko Hevery
2010-11-03more documentation for filtersIgor Minar
2010-11-03jsdoc parser + generator + viewer + scenario runnerMisko Hevery
2010-11-03add jsdocs for angular and filter namespaces + all filtersIgor Minar
2010-10-26Simplify dateGetter() within the date filter.Igor Minar
2010-10-26create HTML sanitizer to allow inclusion of untrusted HTML in safe manner.Misko Hevery
2010-10-25Add millisecond support for date filterIgor Minar