aboutsummaryrefslogtreecommitdiffstats
path: root/src/ng/directive
AgeCommit message (Expand)Author
2012-11-26fix(ngRepeat): attempt to simplify and improve existing fix for #933Igor Minar
2012-11-26feat(form): add ability to reset a form to pristine statePawel Kozlowski
2012-11-25docs(api): add ngRequired to input/select/textarea directivesDean Sofer
2012-11-11docs(ngList): fix typoJosh Adams
2012-11-11docs(ngHide): Fix typo and make it more in line with ngShowChristian Vuerings
2012-10-31fix(select): select option with a label of 0 is not shownSudhir Jonathan
2012-09-06fix(a): prevent Opera from incorrectly navigating on link clicksgtpep
2012-09-06fix(FormController): propagate dirty state to parent formsKai Groner
2012-09-06fix(*): name all anonymous watch functions in AngularShyam Seshadri
2012-09-06fix(ngSrc): don't set src if value is empty stringXiangru Chen
2012-09-06feat(ngModel): support ngTrim attribute on inputGregory Pike
2012-09-06fix(ngClass): works with class interpolationMax Martinsson
2012-09-06fix(ngRepeat): now works with primitive typesZhenbo Zhang
2012-08-31revert: fix(ng-repeat) to work with primitive typesIgor Minar
2012-08-30fix(ng-repeat) to work with primitive typesZhenbo Zhang
2012-08-27fix(ng-list): remove data bound flickerMisko Hevery
2012-08-24docs(a): expose hidden docsIgor Minar
2012-08-13fix(ngPluralize): fixes ng-pluralize when using non-standard start/end symbolsBrian Ford
2012-08-10fix(option): support option elements in datalistIgor Minar
2012-08-10fix(form): prevent page reload when form destroyedIgor Minar
2012-06-12docs(*): simplify doc urlsIgor Minar
2012-06-08feat($compile): simplify isolate scope bindingsMisko Hevery
2012-06-08refactor($compile): always call attr.$observeMisko Hevery
2012-06-02doc(NgModelController) add example and $render documentationMisko Hevery
2012-06-02doc(guide): clean up broken linksMisko Hevery
2012-06-01feat($route): rename template -> tempalteUrl and add support for inline templ...Misko Hevery
2012-06-01chore($route): rename eventsMisko Hevery
2012-06-01feat($route): resolve local route promisesMisko Hevery
2012-05-22fix(ngRepeat): expose $first, $middle and $last instead of $positionMax
2012-05-06fix(ngSrc,ngHref): binding should set element prop as well as attrIgor Minar
2012-05-06fix(ngModel): use keydown/change events on IE9 instead of inputIgor Minar
2012-05-04chore(docs): re-skin main documentationMisko Hevery
2012-05-02fix(select): don't interfere with selection if not databoundIgor Minar
2012-04-30docs(ngCsp): make the CSP docs publicly visibleIgor Minar
2012-04-30docs(ngSanitize): fix directive linksIgor Minar
2012-04-27feat($parse): CSP compatibilityIgor Minar
2012-04-20fix(select): properly handle empty & unknown options without ngOptionsIgor Minar
2012-04-20fix(script): Incorrectly reading script text on ieMisko Hevery
2012-04-20docs(ngBind): "angular.module.ng.$sanitize" -> "angular.module.ngSanitize.$sa...johnlindquist
2012-04-20docs(ngBind): "makes make" -> "makes"johnlindquist
2012-04-12fix($location): properly rewrite urls in html5 mode with base url setIgor Minar
2012-04-11test(ngView): fix failing e2e testsIgor Minar
2012-04-11fix(input.radio): support 2-way binding in a repeaterVojta Jina
2012-04-11chore(ngSanitize): extract $sanitize, ngBindHtml, linkyFilter into a moduleVojta Jina
2012-04-10chore(*): remove dead code and fix code style issuesIgor Minar
2012-04-09fix(ngBindHtml): clear contents when model is falsyIgor Minar
2012-04-09fix(docs): change all directive references to use the normalized namesIgor Minar
2012-04-04fix(docs): remove ngModelInstant from all examplesIgor Minar
2012-04-04chore(directive): correct file names for booleanAttrsVojta Jina
2012-04-04fix(booleanAttrs): convert to booleanVojta Jina