aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2013-07-27docs(*): fixed typos and ngdoc parameter namesCarl Danley
2013-07-27docs(interpolate): remove example e2e test that cannot runPete Bacon Darwin
2013-07-27docs($interpolate): add example for the providerEmmanuel
2013-07-27docs(animate): add param namePete Bacon Darwin
2013-07-27fix(animate): move forEach so it can be accessed as neededPete Bacon Darwin
2013-07-26fix($animate): make animation onComplete callbacks asyncMatias Niemelä
2013-07-26fix(ngAnimate): $timeout integration and cancel callbacks addedMatias Niemelä
2013-07-26chore(ngView): $animate refactoring + transclusion & testsMatias Niemelä
2013-07-26fix(ngInclude): $animate refactoring + use transclusionMatias Niemelä
2013-07-26chore($animate): replace show/hide with addClass/removeClassMatias Niemelä
2013-07-26feat(ngAnimate): complete rewrite of animationsMatias Niemelä
2013-07-26fix($compile): don't use new with minErrKen Sheedlo
2013-07-26chore($compile): removed unused variableWesley Cho
2013-07-26feat(ngMock): $timeout.flushNext can expect specific timeout delaysMatias Niemelä
2013-07-26feat(ngMock): support delay limit for $timeout.flushMatias Niemelä
2013-07-26chore(ngdocs): replace showdown.js with marked.jsMatias Niemelä
2013-07-25feat(ngMobile): emit 'swipeleft' and 'swiperight' eventsBraden Shepherdson
2013-07-25fix($compile): don't check attr.specified on non-ie7Igor Minar
2013-07-25feat(ngBindHtml, sce): combine ng-bind-html and ng-bind-html-unsafeChirayu Krishnappa
2013-07-25feat($sce): new $sce service for Strict Contextual Escaping.Chirayu Krishnappa
2013-07-24fix(ngMobile): emit click event for touchy clicksBraden Shepherdson
2013-07-24fix(select): don't support binding to select[multiple]Igor Minar
2013-07-24fix(ngMobile): prevent ngClick when item disabledJulien Bouquillon
2013-07-24feat(ngRepeat): add $even and $odd props to iteratorP. Envall
2013-07-24fix(form): pick the right attribute name for ngFormPawel Kozlowski
2013-07-24fix(ngRepeat): handle iteration over identical obj valuesRory Douglas
2013-07-24fix(numberFilter): always convert scientific notation to decimalPaul Meskers
2013-07-24fix(equals): {} and [] should not be considered equivalentBrenton
2013-07-24fix($location): prevent infinite digest error due to IE bugPavel Vasek
2013-07-23fix($$urlUtils): use document instead of $documentChirayu Krishnappa
2013-07-23fix($$urlUtils): remove dependency on $windowChirayu Krishnappa
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-22fix(Scope): ensure that isolate scopes use the main evalAsync queueIgor Minar
2013-07-21docs(input): fix exampleJérémy
2013-07-21docs($window): improve style and clarify wordingDavid Sanders
2013-07-21docs(ngRepeat): add example for filters in conjunction with `track by`Peter Fern
2013-07-19fix(core): parse URLs using the browser's DOM APIChirayu Krishnappa
2013-07-18feat(Angular): provide minErr as public propertyPete Bacon Darwin
2013-07-18chore(sanitize): use minErr to throw exceptionPete Bacon Darwin
2013-07-18chore(resource): use minErr to throw exceptionPete Bacon Darwin
2013-07-18docs(jqLite): document "$destroy" eventPete Bacon Darwin
2013-07-18fix($compile): allow data: image URIs in img[src]Chirayu Krishnappa
2013-07-18feat(directive): ng:focus, ng:blurAndreas Sander
2013-07-17docs($templateCache): add examples of usageSpencer
2013-07-17docs(dateFilter): fix typosBruno Coelho
2013-07-15fix($animator): ensure animations are always disabled for an element that is ...Matias Niemelä
2013-07-14feat($q): added support to promise notificationCaio Cunha