index
:
angular.js
g3_v1_0
g3_v1_2
g3_v1_3
master
nganimate-docs-at-symbol-HTML-entity-to-character
v0.9.x
v1.0.x
v1.2.x
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
directives.js
Age
Commit message (
Expand
)
Author
2011-08-15
style(*): wrap all assignments in if statements
Igor Minar
2011-08-14
fix(directives): make ng:class-even/odd work with ng:class
Di Peng
2011-08-12
perf(scope): re-enable statement cacheing
Misko Hevery
2011-08-12
refactor(scope): remove $flush/$observe ng:eval/ng:eval-order
Misko Hevery
2011-08-02
feat(scope): new and improved scope implementation
Misko Hevery
2011-07-30
doc(typos): fix couple of typos in the docs
dandoyon
2011-07-26
fix(ng:show/ng:hide): use jqLite.show/jqLite.hide
Di Peng
2011-07-19
Revert "fix(ng:class): preserve classes added post compilation"
Igor Minar
2011-07-18
feat(strict mode): adding strict mode flag to all js files
Igor Minar
2011-07-18
doc(misc): fixing typos in docs
Igor Minar
2011-07-17
refactor(docs): run e2e tests with and without jquery
Di Peng
2011-07-13
fix(ng:class): preserve classes added post compilation
Di Peng
2011-06-16
Added ng:disabled, ng:checked, ng:multiple, ng:readonly, ng:selected to marku...
Di Peng
2011-06-08
Added ng:options directive
Misko Hevery
2011-06-08
Refactor injector to have invoke method for speed reasons
Misko Hevery
2011-06-06
yet another docs batch
Igor Minar
2011-06-06
api doc fixes from ken
Igor Minar
2011-06-06
Fix wrong links in source code
Vojta Jina
2011-06-06
fixing broken links
Igor Minar
2011-04-11
doc fix - ng:autobind, ng:controller and more
Kenneth R. Culp
2011-03-26
remove _null and _undefined
Igor Minar
2011-02-18
Remove ng:watch
Misko Hevery
2011-02-16
reformated multiline trinary expressions to have a leading ?/:.
Misko Hevery
2011-02-16
Small spelling and grammar fixes in documentation.
Anthony Lieuallen
2011-02-14
docs - adding cross links from directives to guide.expression
Igor Minar
2011-02-07
add description for ng:controller example
Igor Minar
2011-02-01
changed the documentation @example to use <doc:example>
Misko Hevery
2011-01-20
null and other falsy values should not be rendered in the view
Igor Minar
2011-01-14
fixed select with ng:format
Misko Hevery
2011-01-10
Rename angular.foreach to angular.forEach to make the api consistent.
Igor Minar
2011-01-07
change to keydown from keyup; add delayed $updateView
Misko Hevery
2010-12-02
Closes #170. Corrected the behavior of select when options are ng:repeated
Misko Hevery
2010-11-18
add @workInProgress tag and mark all @ngdocs as work in progress
Igor Minar
2010-11-18
escape code in ng:bind-attr jsdoc
Igor Minar
2010-11-18
move attribute widgets to widgets.js file
Igor Minar
2010-11-16
Changed error handling so that better stack traces are displayed in the ng-er...
Misko Hevery
2010-11-15
added remaining directives and search box.
Misko Hevery
2010-11-10
Make ng:repeat expose $position.
Igor Minar
2010-11-10
added ng:switch-when-default; changed $watch to always fire on init. (may be ...
Misko Hevery
2010-11-10
Added Directives
Misko Hevery
2010-10-27
Fix failing tests for ie, and mark elements as ng-widget, ng-directive, and n...
Misko Hevery
2010-10-26
create HTML sanitizer to allow inclusion of untrusted HTML in safe manner.
Misko Hevery
2010-10-23
adding ng:submit directive for use with forms
Igor Minar
2010-10-23
simplifying ng:click spec
Igor Minar
2010-10-18
JSON parser is now strict (ie, expressions are not allowed for security)
Misko Hevery
2010-10-13
fixed issue where ng:bind would not reset value if expression returned undefined
Misko Hevery
2010-10-08
change ng:controller to create new scope hence allow nesting
Misko Hevery
2010-10-05
Fix bug in IE where clone removes whitespace nodes.
Elliott Sprehn
2010-10-01
'A' tag widget and ng:click propagation change
Igor Minar
2010-09-21
HEAD is now at 10c0151 Fixes on issue when a SELECT has OPTION which are data...
Misko Hevery
[next]