aboutsummaryrefslogtreecommitdiffstats
path: root/test/ng/directive
AgeCommit message (Expand)Author
2013-09-25fix(ngRepeat): correctly track elements even when the collection is initially...jankuca
2013-09-20test(ng-non-bindable): test sibling bindingsChirayu Krishnappa
2013-09-20fix(ng-bind-html): watch string value instead of wrapperChirayu Krishnappa
2013-09-20fix(ngInclude): don't break attribute bindings on ngInclude-ed elementBrian Ford
2013-09-17fix(test): fixed toThrow usageChirayu Krishnappa
2013-09-13fix(ngOptions): ignore object properties which start with $Gowtam Lal
2013-09-03fix(ngAnimate): ensure that ngClass is always compiled before enter, leave an...Matias Niemelä
2013-09-03fix(ngAnimate): cut down on extra $timeout callsMatias Niemelä
2013-08-19revert(ngInclude): remove ngInclude manual transclusion systemMatias Niemelä
2013-08-15feat(minerr): log minerr doc url in developmentKen Sheedlo
2013-08-09fix(ngInclude): ensure ngInclude is terminal and uses its own manual transclu...Matias Niemelä
2013-08-08docs(compile/selmulti): description for compile/selmulti errorMisko Hevery
2013-08-08docs(minErr): rename sce/isecrurl to sce/insecurlIgor Minar
2013-08-07docs(minerr): fill in error message descriptionsKen Sheedlo
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-02chore(ngMock): rename $animate.process to $animate.flushNext()Matias Niemelä
2013-07-31fix(isArrayLike) Correctly detect arrayLike itemsDaniel Herman
2013-07-29fix(ngClass): ensure ngClass doesn't fire addClass or removeClass with an emp...Matias 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-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(select): don't support binding to select[multiple]Igor Minar
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-18test(ngRepeat): add a test for ngRepeat when using 'track by' and a filterBrian Ford
2013-07-18feat(directive): ng:focus, ng:blurAndreas Sander
2013-07-15fix($animator): ensure animations are always disabled for an element that is ...Matias Niemelä
2013-07-14feat(ngPluralize): add alternative mapping using attributesLucas Galfasó
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-11test(ngList): remove disabled testIgor Minar
2013-07-02fix($compile): prevent infinite loop w/ replace+transclude directivesIgor Minar
2013-07-02test(ngRepeat): disable an element directive test on IE8Igor Minar
2013-07-02revert: test(ngRepeat): fix IE8 test compatibility issueIgor Minar
2013-07-01test(ngRepeat): fix IE8 test compatibility issueIgor Minar
2013-06-28style(ngRepeatSpec): fix up colons and iitPete Bacon Darwin
2013-06-27fix(compiler): corrects component transclusion on compilation root.Igor Minar
2013-06-24test($compile): fix IE specific test.Chirayu Krishnappa
2013-06-24fix($compile): reject multi-expression interpolations for src attributeChirayu Krishnappa
2013-06-19feat(jqLite): switch bind/unbind to more recent jQuery on/offMichał Gołębiowski
2013-06-17chore(minErr): replace ngError with minErrKen Sheedlo
2013-06-11fix(ngRepeat): support growing over multi-element groupsMisko Hevery
2013-06-06refactor($route): pull $route and friends into angular-route.jsIgor Minar
2013-05-24feat(ngError): add error message compression and better error messagesIgor Minar
2013-05-14feat(ngSrcset): add new ngSrcset directiveSamuel Santos
2013-05-14feat(select): match options by expression other than object identityquazzie