aboutsummaryrefslogtreecommitdiffstats
path: root/src/ng/directive
AgeCommit message (Expand)Author
2014-01-28test(docs): convert example end to end doc tests from scenario runner to prot...Julie
2014-01-26docs(select): rephase note on ngOptionsDavid Nelson
2014-01-26docs(ngSwitch): fixed typo 'choses' to 'chooses'David Nelson
2014-01-22fix(a): don't preventDefault on click when SVGAElement has an xlink:href attr...Caitlin Potter
2014-01-21fix(input): use Chromium's email validation regexpCaitlin Potter
2014-01-21docs(select): add callout style for a noteBrian Ford
2014-01-21docs(select): add object comparison warningDan Matthews
2014-01-19docs(ngEventDirs): document priority of event directivesAbraham
2014-01-18docs(ngInit): ng-init is an attribute/class directive, not an element directiveBastian Buchholz
2014-01-18docs(ngInit): note precedence when used with filtersChia-liang Kao
2014-01-17docs(input): document ngValue directiveAbdessamad Idrissi
2014-01-17docs(ngChange): clarify difference between ng-change DOM change eventAndreas Gruenbacher
2014-01-15docs(ngShowHide): make a note of values considered to be falsyFoxandxss
2014-01-10docs(select): update regexp grouping cheat-sheatAjay Roopakalu
2014-01-10feat(select): allow multiline ng-optionsAjay Roopakalu
2014-01-08feat(docs): adding the <doc:protractor> ngdoc-tagJulie
2014-01-08docs(script): add more detailed informationGias Kay Lee
2014-01-07refactor(booleanAttrs, ngSwitch): use link function instead of compile functi...Gias Kay Lee
2014-01-06refactor(input): wrapped validation logic in helper functionBen Wiklund
2014-01-06docs(form): changed capitalization in CSS classes sectionjesse
2014-01-03docs(ngRepeat): add info about aliasing special properties of ngRepeatWojciech Krzystek
2014-01-02fix(ngRepeat): allow for more flexible coding style in ngRepeat expressionGias Kay Lee
2013-12-31fix(input): use apply on change event only when one isn't already in progressIgor Minar
2013-12-30fix(input): prevent double $digest when using jQuery trigger.Michał Gołębiowski
2013-12-19docs(ngCloak): style name is ng-cloak, not ngCloaksnicolai
2013-12-19docs(booleanAttrs): add @priority to all the boolean directivesMark Jones
2013-12-19docs(ngEventDirs): adding quick examples for new eventsJames Watling
2013-12-18docs(ngInit): fix typoJason Farnsworth
2013-12-18fix(input): do not hold input for composition on androidChia-liang Kao
2013-12-17fix(select): invalidate when 'multiple`, `required` and model is `[]`Caitlin Potter
2013-12-17docs(ngIf): remove invalid comment from CSSPete Bacon Darwin
2013-12-16fix(ngRepeat): allow multiline expressionsRhys Brett-bowen
2013-12-13perf(jqLite): implement and use the `empty` method in place of `html(‘’)`Michał Gołębiowski
2013-12-13perf(a): do not link when href or name exists in templateKarl Seamon
2013-12-12fix(ngInclude): Add template to DOM before linking other directivesTobias Bosch
2013-12-12docs(ngSwitch): clarify that ngSwitch matches against string literalsPete Bacon Darwin
2013-12-09docs(input): remove redundant closing span tagmiknsh5
2013-12-05fix($compile): update cloned elements if the template arrives after the cloningTobias Bosch
2013-12-04fix(ngInit): evaluate ngInit before ngIncludeCaitlin Potter
2013-12-04fix(input): ensure ngModelWatch() triggers second digest pass when appropriateDaniel Tabuenca
2013-12-04docs(input): remove deprecated isolated scope pitfallJulien Bouquillon
2013-11-27docs(form): provide a list of Angular's built-in validation tokensBlaise Kal
2013-11-22fix(input): Support form auto complete on modern browserTobias Bosch
2013-11-21fix(ngInclude): Don't throw when the ngInclude element contains content with ...Tobias Bosch
2013-11-21fix($compile): ensure CSS classes are added and removed only when necessaryMatias Niemelä
2013-11-21fix(ngController): fix issue with ngInclude on the same elementAndrew Silluron-Gonzalez
2013-11-21feat(input): hold listener during text compositionChia-liang Kao
2013-11-20fix(ngClass): ensure that ngClass only adds/removes the changed classesMatias Niemelä
2013-11-20docs(booleanAtts): explain the motivation for boolean attributesgdennie
2013-11-20docs(ngRepeat): fix typoStéphane Reynaud