aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2013-05-14feat(ngSrcset): add new ngSrcset directiveSamuel Santos
2013-05-14feat(scenario): adds mousedown and mouseup event triggers to scenarioAndreas Marek
2013-05-14docs($timeout): minor cleanupSiddique Hameed
2013-05-14feat($resource): collapse empty suffix parameters correctlyGlenn Goodrich
2013-05-14feat(select): match options by expression other than object identityquazzie
2013-05-13feat(ngAnimate): cancel previous incomplete animations when new animations ta...Matias Niemelä
2013-05-13feat(ngdocs): external links to github, plunkr and jsfiddle available for cod...Matias Niemelä
2013-05-13chore(ngdocs): update to new version of FontAwesomeMatias Niemelä
2013-05-13chore($sniffer): replace remaining supportsTransitions/supportsAnimations fla...Matias Niemelä
2013-05-13docs(animation): fix code example to work with most recent ngAnimateMatias Niemelä
2013-05-11fix($browser): should use first value for a cookie.Chirayu Krishnappa
2013-05-10docs($scope): clarify documentation for $broadcastwilltj
2013-05-10docs(guide): fix a typoveselinn
2013-05-10fix(ngPluralize): handle the empty string as a valid overrideLucas Galfasó
2013-05-10docs(guide): fix typo on model nameAlfred Nutile
2013-05-09docs(Angular.js) move forEach docs to correct placeAlex Pods
2013-05-09style(*): fix up semicolon and var usageAnatoly Shikolay
2013-05-09docs(tutorial): add comment about injection annotationPete Bacon Darwin
2013-05-09docs($window): fix examplePete Bacon Darwin
2013-05-08fix(scenario): update to use our angular-scenario.js rather then karmaMisko Hevery
2013-05-08chore(ngAnimate): CSS classes X-setup/X-start -> X/X-activeMatias Niemelä
2013-05-08feat(ngAnimate): Add support for CSS3 Animations with working delays and mult...Matias Niemelä
2013-05-08feat($sniffer): Add support for supportsAnimations flag for detecting CSS Ani...Matias Niemelä
2013-05-08chore(ngIf): Add animation code to ngIf example and docs text to ngAnimate docsMatias Niemelä
2013-05-08feat(ngdocs): add variable type hinting with colorsMatias Niemelä
2013-05-08refactor($resource): simplify url template expansionIgor Minar
2013-05-08chore(docs): use done() in gen-docs.jsIgor Minar
2013-05-08test(sortedHtml): ignore bogus rowspan=1 and colspan=1 in IEIgor Minar
2013-05-08test(sortedHtml): fix comment support in sortedHtml helperIgor Minar
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-01test(ngAnimate): also provide W3C transition property to work on IE10Pete Bacon Darwin
2013-05-01docs(injector): fix typoSiddique Hameed
2013-04-30feat(ngTap): Add a CSS class while the element is held down.Braden Shepherdson