aboutsummaryrefslogtreecommitdiffstats
path: root/src/directives.js
AgeCommit message (Expand)Author
2011-07-26fix(ng:show/ng:hide): use jqLite.show/jqLite.hideDi Peng
2011-07-19Revert "fix(ng:class): preserve classes added post compilation"Igor Minar
2011-07-18feat(strict mode): adding strict mode flag to all js filesIgor Minar
2011-07-18doc(misc): fixing typos in docsIgor Minar
2011-07-17refactor(docs): run e2e tests with and without jqueryDi Peng
2011-07-13fix(ng:class): preserve classes added post compilationDi Peng
2011-06-16Added ng:disabled, ng:checked, ng:multiple, ng:readonly, ng:selected to marku...Di Peng
2011-06-08Added ng:options directiveMisko Hevery
2011-06-08Refactor injector to have invoke method for speed reasonsMisko Hevery
2011-06-06yet another docs batchIgor Minar
2011-06-06api doc fixes from kenIgor Minar
2011-06-06Fix wrong links in source codeVojta Jina
2011-06-06fixing broken linksIgor Minar
2011-04-11doc fix - ng:autobind, ng:controller and moreKenneth R. Culp
2011-03-26remove _null and _undefinedIgor Minar
2011-02-18Remove ng:watchMisko Hevery
2011-02-16reformated multiline trinary expressions to have a leading ?/:.Misko Hevery
2011-02-16Small spelling and grammar fixes in documentation.Anthony Lieuallen
2011-02-14docs - adding cross links from directives to guide.expressionIgor Minar
2011-02-07add description for ng:controller exampleIgor Minar
2011-02-01changed the documentation @example to use <doc:example>Misko Hevery
2011-01-20null and other falsy values should not be rendered in the viewIgor Minar
2011-01-14fixed select with ng:formatMisko Hevery
2011-01-10Rename angular.foreach to angular.forEach to make the api consistent.Igor Minar
2011-01-07change to keydown from keyup; add delayed $updateViewMisko Hevery
2010-12-02Closes #170. Corrected the behavior of select when options are ng:repeatedMisko Hevery
2010-11-18add @workInProgress tag and mark all @ngdocs as work in progressIgor Minar
2010-11-18escape code in ng:bind-attr jsdocIgor Minar
2010-11-18move attribute widgets to widgets.js fileIgor Minar
2010-11-16Changed error handling so that better stack traces are displayed in the ng-er...Misko Hevery
2010-11-15added remaining directives and search box.Misko Hevery
2010-11-10Make ng:repeat expose $position.Igor Minar
2010-11-10added ng:switch-when-default; changed $watch to always fire on init. (may be ...Misko Hevery
2010-11-10Added DirectivesMisko Hevery
2010-10-27Fix failing tests for ie, and mark elements as ng-widget, ng-directive, and n...Misko Hevery
2010-10-26create HTML sanitizer to allow inclusion of untrusted HTML in safe manner.Misko Hevery
2010-10-23adding ng:submit directive for use with formsIgor Minar
2010-10-23simplifying ng:click specIgor Minar
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