aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2013-05-08style($compile): clarify argument nameIgor Minar
2013-05-08fix(angular): do not copy $$hashKey in copy/extend functions.R. Merkert
2013-05-08feat($cookieStore): $cookieStore.get now parses blank string as blank stringIllniyar
2013-05-07fix(date): correctly format dates with more than 3 sub-second digitsKevin Wells
2013-05-07fix(select): ensure empty option is not lost in IE9Chad Smith
2013-05-07fix(dateFilter): correctly format ISODates on Android<=2.1Pete Bacon Darwin
2013-05-07doc(input): fix small typo in code exampleHamish Macpherson
2013-05-06fix($location): prevent navigation when event isDefaultPreventedMisko Hevery
2013-05-06docs(injector): add docs for $injector.hasMisko Hevery
2013-05-03feat(ngInclude): $includeContentRequested eventMatthieu Larcher
2013-05-02fix($location): compare against actual instead of current URLMisko Hevery
2013-05-02fix($location): prevent navigation if already on the URLMisko Hevery
2013-05-02fix(ngAnamite): eval ng-animate expression on each animationMisko Hevery
2013-05-02feat(injector): add has method for queryingMisko Hevery
2013-05-02fix(ngView): accidentally compiling leaving contentMisko Hevery
2013-05-02fix(ngRepeat): correctly iterate over array-like objectsGonzalo Ruiz de Villa
2013-05-02fix($rootScope) ensure $watchCollection correctly handles arrayLike objectsGonzalo Ruiz de Villa
2013-05-01fix($location): back-button should fire $locationChangeStartquazzie
2013-05-01docs(injector): fix typoSiddique Hameed
2013-04-30feat(ngTap): Add a CSS class while the element is held down.Braden Shepherdson
2013-04-30fix(ngController): allow dots in a controller nameVojta Jina
2013-04-30feat($httpBackend): add timeout support for JSONP requestsDavid Bennett
2013-04-30style($injector): add a comment to explain the distinction with isArrayRobin Böhm
2013-04-30docs($provide): fix parentheses in exampleEugene Wolfson
2013-04-29feat(ngdocs): support for HTML table generation from docs codeMatias Niemelä
2013-04-29fix(ngController): change controllerAlias to controllerAs.Misko Hevery
2013-04-29fix(parse): Fix context access and double function callLucas Galfasó
2013-04-29fix(jqLite): correct implementation of mouseenter/mouseleave eventgockxml
2013-04-29refact(ngClass): improve performance through bitwise operationsRobin Böhm
2013-04-28docs($q): fix typoJamie R. Rytlewski
2013-04-26docs(route): fix typo in route documentationAndreas Pelme
2013-04-25fix(location): correctly rewrite Html5 urlsPete Bacon Darwin
2013-04-24docs(filter): improve syntax for usage in templatesPaulo Ávila
2013-04-24feat($q): add $q.always() methodLaurent Cozic
2013-04-22feat(controller): support as instance syntaxMisko Hevery
2013-04-22fix($animator): remove dependency on window.setTimeout.Misko Hevery
2013-04-19feat(ngIf): add directive to remove and recreate DOM elementsOren Avissar
2013-04-19docs(input): fix typo on max attributeleesei
2013-04-19docs(select): fix attribute documentationShyam Seshadri
2013-04-19docs(ngBind): fix typoMichal Reichert
2013-04-18test(modules): fix module tests which got disabled by ngMobileIgor Minar
2013-04-17fix(i18n): escape all chars above \u007f in locale filesPete Bacon Darwin
2013-04-17fix(ngModel): use paste/cut events in IE to support context menuMark Dalgleish
2013-04-17doc(ngClassEven): make consistent with ngClassOddes128
2013-04-17docs(injector): fix typo in inlining example@fbiville
2013-04-16fix(ngPattern): allow modifiers on inline ng-patternaustingreco
2013-04-16docs($q): fix incorrect @returns tag for $q.when()Francesc Rosàs
2013-04-16fix(ngClass): should remove classes when object is the same but property has ...Pete Bacon Darwin
2013-04-15fix($location): fix URL interception in hash-bang modeMisko Hevery
2013-04-15docs(rootScope): fix typoPete Bacon Darwin