aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2013-08-12fix(equals): {} and [] should not be considered equivalentBrenton
2013-08-12fix($compile): don't check attr.specified on non-ie7Igor Minar
2013-08-12docs($interpolate): add example for the providerEmmanuel
2013-08-12fix($q): call `reject()` even if `$exceptionHandler` rethrowsPete Bacon Darwin
2013-08-12fix(jqLite): return array from multi select in val()Eric Hagman
2013-08-09docs($compile): update directive type signatureOpherV
2013-08-09docs(ngModel): validators should return undefined for invalid values.Niall Smart
2013-08-09docs(httpBackend): update documentation for expect methodsSanti Albo
2013-08-09fix(angular.copy): change angular.copy to correcly clone RegExpAndy Hitchman
2013-08-08docs(ngModel): clarify docs for NgModelController#Igor Minar
2013-08-08fix($compile): always instantiate controllers before pre-link fns runjankuca
2013-08-07feat(ngForm): Supports expression in form namesMatthew Windwer
2013-08-07fix(input): fix the email regex to accept TLDs up to 6 characters longneilmcgibbon
2013-08-07fix(jqLite): forgive unregistration of a non-registered handlerPawel Kozlowski
2013-08-06docs(compile): fix minor spelling mistakeMichael Stewart
2013-08-01revert: fix(location): fix parameter handling on search()Igor Minar
2013-07-31fix(location): fix parameter handling on search()Misko Hevery
2013-07-24fix(form): pick the right attribute name for ngFormPawel Kozlowski
2013-07-24fix(numberFilter): always convert scientific notation to decimalPaul Meskers
2013-07-24fix($location): prevent infinite digest error due to IE bugPavel Vasek
2013-07-23docs(bootstrap): Note that ngScenario requires ngAppBraden Shepherdson
2013-07-23docs(cacheFactory): correct typosSpencer
2013-07-22chore(dump): remove dead codeIgor Minar
2013-07-22fix($compile): always instantiate controllers in parent->child orderIgor Minar
2013-07-21docs(input): fix exampleJérémy
2013-07-21docs(ngController): remove obsolete mention of scope as `this` in controllerVineet Kumar
2013-07-21docs($window): improve style and clarify wordingDavid Sanders
2013-07-18docs(jqLite): document "$destroy" eventPete Bacon Darwin
2013-07-17docs($templateCache): add examples of usageSpencer
2013-07-17docs(dateFilter): fix typosBruno Coelho
2013-07-14style(ngMock): add missing whitespaceDavid
2013-07-13fix(angular.equals): add support for regular expressionsBen Ripkens
2013-07-12feat(Angular.js): skip JSON.stringify for undefinedGreg Thornton
2013-07-12fix(sanitize): match URI schemes case-insensitivelyPete Bacon Darwin
2013-07-11fix(ngSubmit): expose $event to ngSubmit callbackWesley Cho
2013-07-11fix(ngValue): made ngValue to write value attribute to elementMikk Kirstein
2013-07-11fix(scope): watches can be safely unregistered inside watch handlersPaulo Scardine
2013-07-11docs(ngList): fix example and add e2e testIgor Minar
2013-07-11style(input): remove wsIgor Minar
2013-07-10docs(ngMock): correct verifyNoOutstandingExpectation exampleMark Striemer
2013-07-09docs(angular.identity): fix missing 'angular' in identity functionMarco Vito Moscaritolo
2013-07-08docs(ngModelController): provide a more intuitive examplePete Bacon Darwin
2013-07-08docs(numberFilter): fix explanation of default fraction sizePete Bacon Darwin
2013-07-04docs(input): ng-model doesn't work well with isolated scope directivebasarat
2013-07-04fix($compile): empty normalized href should pass sanitation checkAnders Hessellund Jensen
2013-07-03fix(jqLite): prepend array in correct orderJoao Sa
2013-07-01docs($cacheFactory): show that you can access existing cachesItamar Rogel
2013-07-01docs(Angular.js): explain that toJson strips $... propertiesSpencer Applegate
2013-06-27docs(ngBind): clarify some of the writingAndrew Peterson
2013-06-27docs(ngPluralize): improve wordingAndrew Peterson