aboutsummaryrefslogtreecommitdiffstats
path: root/src/directives.js
AgeCommit message (Expand)Author
2010-10-18JSON parser is now strict (ie, expressions are not allowed for security)Misko Hevery
2010-10-13fixed issue where ng:bind would not reset value if expression returned undefinedMisko Hevery
2010-10-08change ng:controller to create new scope hence allow nestingMisko Hevery
2010-10-05Fix bug in IE where clone removes whitespace nodes.Elliott Sprehn
2010-10-01'A' tag widget and ng:click propagation changeIgor Minar
2010-09-21HEAD is now at 10c0151 Fixes on issue when a SELECT has OPTION which are data...Misko Hevery
2010-09-14Fixed all trivial jslint violationsMisko Hevery
2010-08-18stringify names for better compression, remove dead functions, removed unders...Misko Hevery
2010-07-27fix preventDefault for eventsMisko Hevery
2010-07-23fix bug which only showed up in ie7Misko Hevery
2010-07-23minor per improvementMisko Hevery
2010-07-22fix howers which were accidently brokenMisko Hevery
2010-07-15proper handlig of $element in filtersMisko Hevery
2010-07-15proper handlig of $element in filtersMisko Hevery
2010-07-14appease IE on CSS stylesMisko Hevery
2010-07-14ng:style remembers previous style and properly resets to itMisko Hevery
2010-07-15fix undefine styleKai Compagner
2010-07-09ng:repeat ignores prototype keysMisko Hevery
2010-07-02change all attributes from ng- to ng: prefixMisko Hevery
2010-06-02Revert "Revert "removed few key foreach and replaced thime with for loop for ...Shyam Seshadri
2010-06-02Revert "removed few key foreach and replaced thime with for loop for performa...Shyam Seshadri
2010-05-31removed few key foreach and replaced thime with for loop for performance.Misko Hevery
2010-05-30compiler exposos both self and this function calling conventionMisko Hevery
2010-05-30remove the relience of parser an special self object, now passing generic selfMisko Hevery
2010-05-07change everything over to jasmineMisko Hevery
2010-04-23fix last ie failureMisko Hevery
2010-04-22clean up failing test with jqueryMisko Hevery
2010-04-22tests work under jquery and withoutMisko Hevery
2010-04-21more if tests passMisko Hevery
2010-04-20fixes to enable ieMisko Hevery
2010-04-16lots of small fixesMisko Hevery
2010-04-12removed Meta and allowed binding of HTMLMisko Hevery
2010-04-07seperatio validation and exception handlingMisko Hevery
2010-04-07clean up, fixes for appMisko Hevery
2010-04-05added ng-controller directiveMisko Hevery
2010-04-03injection is now workingMisko Hevery
2010-03-31all tests green, some dissabledMisko Hevery
2010-03-30more tests fixedMisko Hevery
2010-03-26moved all uneeded files out, widgets.html works, tests horribly brokenMisko Hevery
2010-03-25major refactoring of scopeMisko Hevery
2010-03-23markup now wroks, some refactoringsMisko Hevery
2010-03-22all angular.js directives now workMisko Hevery
2010-03-22rudementary event bind and trigger for jqliteMisko Hevery
2010-03-22upgraded jquery to 1.4.2 and made ng-action work with jqueryMisko Hevery
2010-03-22ng-watch directiveMisko Hevery
2010-03-22Merge branch 'directives' of github.com:angular/angular.js into directivesMisko Hevery
2010-03-22ng-repeat worksMisko Hevery
2010-03-22got few directives workingMisko Hevery
2010-03-18support for templatesMisko Hevery
2010-03-18initial revision of new plugable compilerMisko Hevery