aboutsummaryrefslogtreecommitdiffstats
path: root/test/ng
AgeCommit message (Expand)Author
2013-08-22revert: feat(ngForm): Supports expression in form namesIgor Minar
2013-08-21revert: fix($compile): correct controller instantiation...Igor Minar
2013-08-21revert: fix($compile): always instantiate controllers...Igor Minar
2013-08-20fix($compile): correct controller instantiation for async directivesChirayu Krishnappa
2013-08-14fix($timeout): clean deferreds immediately after callback exec/cancelAndy Gurden
2013-08-12fix($location): default to / for the url base if no base[href]Igor Minar
2013-08-12fix($q): call `reject()` even if `$exceptionHandler` rethrowsPete Bacon Darwin
2013-08-08fix($compile): always instantiate controllers before pre-link fns runjankuca
2013-08-07feat(ngForm): Supports expression in form namesMatthew Windwer
2013-08-07fix(input): fix the email regex to accept TLDs up to 6 characters longneilmcgibbon
2013-08-01revert: fix(location): fix parameter handling on search()Igor Minar
2013-07-31fix(location): fix parameter handling on search()Misko Hevery
2013-07-24fix(form): pick the right attribute name for ngFormPawel Kozlowski
2013-07-24fix(numberFilter): always convert scientific notation to decimalPaul Meskers
2013-07-22fix($compile): always instantiate controllers in parent->child orderIgor Minar
2013-07-11fix(ngSubmit): expose $event to ngSubmit callbackWesley Cho
2013-07-11fix(ngValue): made ngValue to write value attribute to elementMikk Kirstein
2013-07-11fix(scope): watches can be safely unregistered inside watch handlersPaulo Scardine
2013-07-11test(ngPattern): fix disabled testIgor Minar
2013-07-11test(ngList): remove disabled testIgor Minar
2013-06-19fix($http): ensure case-insens. header overridingCaio Cunha
2013-05-21test(parse): Test for the parsing not invoking twice to get selfLucas Galfasó
2013-05-11fix($browser): should use first value for a cookie.Chirayu Krishnappa
2013-05-10fix(ngPluralize): handle the empty string as a valid overrideLucas Galfasó
2013-05-07fix(select): ensure empty option is not lost in IE9Chad Smith
2013-05-01fix($location): back-button should fire $locationChangeStartquazzie
2013-04-29test(browser/compile): fix calls to Jasmine fail()Oren Avissar
2013-04-17fix(ngModel): use paste/cut events in IE to support context menuMark Dalgleish
2013-04-16fix(ngClass): should remove classes when object is the same but property has ...Pete Bacon Darwin
2013-03-15fix($location): parse FirefoxOS packaged app urlsManuel Braun
2013-03-14fix(timezone): correct timezone date filter for 1/2 hour offsetsSujeet Pillai
2013-03-14Fix failing test in IE 10Shyam Seshadri
2013-03-11fix($location): correctly rewrite html5 url to hashbang urlThibault Leruitte
2013-03-08test($route): add tests for matching 'otherwise' routesIgor Minar
2013-02-25fix($compile): compile replace directives in external templatedanilsomsikov
2013-02-25chore(sortedHtml): print attributes with empty valueIgor Minar
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($rootScope): minor typo fixesDaniel Luz
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-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-18fix(ngSwitch): don't leak when destroyed while not attacheddanilsomsikov