aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2013-08-22revert: feat(ngForm): Supports expression in form namesIgor Minar
2013-08-21revert: fix($compile): correct controller instantiation...Igor Minar
2013-08-21revert: fix($compile): always instantiate controllers...Igor Minar
2013-08-20fix($compile): correct controller instantiation for async directivesChirayu Krishnappa
2013-08-15docs($cookies): add info about angular-cookies.jsRob Dodson
2013-08-14fix(orderBy): remove redundant if statementItsLeeOwen
2013-08-14fix($timeout): clean deferreds immediately after callback exec/cancelAndy Gurden
2013-08-14fix(mocks.$timeout): forward delay argumentVojta Jina
2013-08-14docs($http): added return to interceptors success callbackMikk Kirstein
2013-08-14revert: docs($interpolate): add example for the providerIgor Minar
2013-08-13docs(input): add missing ngChange directive for email typeDavid Bennett
2013-08-12fix($parse): move global getter out of parse.jsChirayu Krishnappa
2013-08-12fix(ngCloak): hide element even when CSS 'display' is setVineet Kumar
2013-08-12refactor(core): use native String.prototype.trim if availableSebastian Müller
2013-08-12fix(i18n): Do not transform arrays into objectsLucas Galfasó
2013-08-12style(sanitize): fix typo in variable namesBen Holley
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