aboutsummaryrefslogtreecommitdiffstats
path: root/test/ng
AgeCommit message (Expand)Author
2013-02-28feat($compile): allow directives to modify interpolated attributesThibault Leruitte
2013-02-27feat($compile): support for dynamic template generationLuis Ramón López
2013-02-27feat($route): add `caseInsensitiveMatch` option for url matchingDavid Chang
2013-02-27feat($compile): add attribute binding support via ngAttr*Luis Ramón López
2013-02-25fix($compile): compile replace directives in external templatedanilsomsikov
2013-02-25chore(sortedHtml): print attributes with empty valueIgor Minar
2013-02-25feat($compile): '=?' makes '=' binding optionalLuis Ramón López
2013-02-25feat($q): $q.all() now accepts hashAlexander Shtuchkin
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-14feat(routeProvider): Add support to catch-all parameters in routesLuis Ramón López
2013-02-14fix(compile): Initialize interpolated attributes before directive linkingPete Bacon Darwin
2013-02-14fix(compile): Interpolate @ locals before the link function runsPete Bacon Darwin
2013-02-14feat(ngSwitch): support multiple matches on ngSwitchWhen and ngSwitchDefaultLucas Galfasó
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($http): do not encode special characters `@$:,` in paramsVojta Jina
2013-02-14feat(scope): only evaluate constant $watch expressions onceDaniel Luz
2013-02-14feat($parse): added `constant` and `literal` propertiesDaniel Luz
2013-02-14fix($rootScope): minor typo fixesDaniel Luz
2013-02-14feat(filter): Add comparison function to filterRosina Bignall
2013-02-14fix(numberFilter): fix formatting when "0" passed as fractionSizeKury Kruitbosch
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-07feat(dateFilter): add `[.,]sss` formatter for millisecondsMaxim Grach
2013-02-07feat($http): allow overriding the XSRF header and cookie nameSam McCall
2013-02-07fix(date): invert timezone sign and always display signPhilip Roberts
2013-01-30feat(Scope): expose transcluded and isolate scope info for batarangBrian Ford
2013-01-18feat(route): Allow using functions as template params in 'when'Luis Ramón López
2013-01-18feat(directive): added ng-open boolean directiveDavid Chang
2013-01-18fix(ngSwitch): don't leak when destroyed while not attacheddanilsomsikov
2013-01-17feat($parse): allow strict equality in angular expressionsJeremy Tymes
2013-01-17feat($log): add $log.debug()nlaplante
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-09feat($compile): support modifying the DOM structure in postlink fnMartin Probst
2013-01-09fix(date): parse string input as local time unless TZ is specifiedIgor Minar
2013-01-08refactor($browser): remove faulty 20+ cookies warningIgor Minar
2012-12-19feat(limitTo): limitTo filter accepts stringsJeremy Tymes
2012-12-18feat(directive): ng:keydown, ng:keyupMark Nadig
2012-12-14fix($route): correctly extract $routeParams from urlsGonzalo Ruiz de Villa
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($http): only set X-XSFR-TOKEN header for same-domain requestRado Kirov
2012-11-26fix($http): remove 'X-Requested-With' from header defaultsRado Kirov