aboutsummaryrefslogtreecommitdiffstats
path: root/src/ng
AgeCommit message (Expand)Author
2013-03-08docs(ngCloak): update the CSS rule with data-ng-cloakChristian Vuerings
2013-03-08fix($route): make nextRoute.$route privateIgor Minar
2013-03-06docs($http): add more info about transform functionIgor Minar
2013-02-25fix($compile): compile replace directives in external templatedanilsomsikov
2013-02-25docs(dateFilter): properly specify range for the Z format modifierPawel Kozlowski
2013-02-25fix($compile): whitelist file:// in url sanitizationIgor Minar
2013-02-23fix($compile): handle elements with no childNodes propertyIgor Minar
2013-02-20fix($compile): sanitize values bound to a[href]Igor Minar
2013-02-18fix(ngClass): keep track of old ngClass value manuallyPer Rovegård
2013-02-18fix(compile): should not leak memory when there are top level empty text nodesPete Bacon Darwin
2013-02-14fix($httpBackend): patch for Firefox bug w/ CORS and response headersWill Moore
2013-02-14fix(a): workaround IE bug affecting mailto urlsIgor Minar
2013-02-14fix(*): don't use instanceof to detect arraysIgor Minar
2013-02-14docs($rootScope): rearrange event listener docsEwen Cumming
2013-02-14fix(ngSwitch): make ngSwitch compatible with controller BC moduledeboer
2013-02-14docs($q): fix a few typosVineet Kumar
2013-02-14fix($rootScope): minor typo fixesDaniel Luz
2013-02-14docs($parse): document function argument types, fix minor typoDaniel Luz
2013-02-14fix(numberFilter): fix formatting when "0" passed as fractionSizeKury Kruitbosch
2013-02-07docs($q): fix typosradu
2013-02-07fix($compile): rename $compileNote to compileNodeEnrique Paredes
2013-02-07fix($cookies): set cookies on Safari&IE when base[href] is undefinedFredrik Bonander
2013-02-07fix(date): invert timezone sign and always display signPhilip Roberts
2013-02-04docs(ngClass): fix typo in descriptionPowerKiKi
2013-01-30feat(Scope): expose transcluded and isolate scope info for batarangBrian Ford
2013-01-29docs(Scope): fix argument docs for $onFred Sauer
2013-01-26docs(a): escape sample code in ng a directiveFred Sauer
2013-01-24docs(date): add missing doc about TZ behaviorIgor Minar
2013-01-22docs(q): added testing informationMiško Hevery
2013-01-18fix(ngSwitch): don't leak when destroyed while not attacheddanilsomsikov
2013-01-17docs(exceptionHandler): document testingFred Sauer
2013-01-17docs(rootScope): correct code examplesMatthew Browne
2013-01-17feat($compile): support modifying the DOM structure in postlink fnMartin Probst
2013-01-17style($compile): fix indentationIgor Minar
2013-01-17fix($compile): do not wrap empty root text nodes in spansPete Bacon Darwin
2013-01-17fix(ngRepeat): correctly apply $last if repeating over objectPete Bacon Darwin
2013-01-16fix($route): support route params not separated with slashes.Martin Probst
2013-01-14fix($compile): safely create transclude comment nodesIgor Minar
2013-01-08refactor($browser): remove faulty 20+ cookies warningIgor Minar
2013-01-08revert: fix(a): prevent Opera from incorrectly navigating on link clickIgor Minar
2013-01-04docs(form): minor form doc and example fixesJonathan Card
2013-01-03docs($http): clarify documentation on error status codesPer Rovegård
2012-12-19docs(anchorScroll): correct word "location"Murilo da Silva
2012-12-18docs(ngView): fix code example (change template to templateUrl)Pawel Kozlowski
2012-12-14fix($route): correctly extract $routeParams from urlsGonzalo Ruiz de Villa
2012-12-07docs($q): typo fix - programing -> programmingEric Case
2012-12-06docs($http): fix link typo in $http docJeremy Tymes
2012-12-05fix(select): support optgroup + select[multiple] combo_pants
2012-11-30fix(Scope): ensure that a scope is destroyed only onceIgor Minar
2012-11-26fix($location): reset $location.$$replace with every watch callRado Kirov