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
/
test
/
directivesSpec.js
Age
Commit message (
Expand
)
Author
2011-11-14
doc($filter): added $filter documentation
Misko Hevery
2011-11-14
new(directive): added ng:module directive for loading modules
Misko Hevery
2011-11-14
refactor(filter): filters are now injectable and services
Misko Hevery
2011-11-14
refactor($service): removed almost all references to scope.$service
Misko Hevery
2011-11-14
refactor(compiler) turn compiler into a service
Misko Hevery
2011-11-14
refactor(injector): turn scope into a service
Misko Hevery
2011-11-08
feat(ng:style): compatibility + perf improvements
Dhruv Manek
2011-10-11
chore(formating): clean code to be function() {
Misko Hevery
2011-10-11
feat(forms): new and improved forms
Misko Hevery
2011-10-11
refactor(injection) infer injection args in ng:controller only
Misko Hevery
2011-09-16
fix(jqLite): attr() should not special-case 'class' attribute
Igor Minar
2011-09-08
style: fix some missing semi-colons and spaces, typos
Vojta Jina
2011-09-01
fix(ng:class): make ng:class friendly towards other code adding/removing classes
Igor Minar
2011-08-24
feat(ng:cloak): add ng:cloak directive
Igor Minar
2011-08-14
fix(directives): make ng:class-even/odd work with ng:class
Di Peng
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-26
fix(ng:show/ng:hide): use jqLite.show/jqLite.hide
Di Peng
2011-07-26
style(warnings): prevent the browser from making bogus GET requests during tests
Misko Hevery
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-13
fix(ng:class): preserve classes added post compilation
Di Peng
2011-06-27
test:ng#class: added a better unit test for ng:class
Di Peng
2011-06-02
Fix CSS tests on Opera
Vojta Jina
2011-03-01
linking function should return bound scope
Igor Minar
2011-02-18
Remove ng:watch
Misko Hevery
2011-02-16
Change API angular.compile(element)([scope], [element/true])
Misko Hevery
2011-02-16
remove $init on scope from applying compilation template
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
2010-12-02
Closes #170. Corrected the behavior of select when options are ng:repeated
Misko Hevery
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-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-10-27
Fix failing tests for ie, and mark elements as ng-widget, ng-directive, and n...
Misko Hevery
2010-10-26
fixes IE related failures, and form submit event handling in ie
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-19
fixed tests
Misko Hevery
2010-10-13
fixed issue where ng:bind would not reset value if expression returned undefined
Misko Hevery
2010-10-12
Introduced injector and $new to scope, and injection into link methods and co...
Misko Hevery
2010-10-08
change ng:controller to create new scope hence allow nesting
Misko Hevery
2010-10-04
fixed lint warnings
Igor Minar
2010-10-01
'A' tag widget and ng:click propagation change
Igor Minar
2010-08-14
merge kai/master
Misko Hevery
2010-07-27
fix preventDefault for events
Misko Hevery
2010-07-22
fix howers which were accidently broken
Misko Hevery
2010-07-15
fixed build
Misko Hevery
[next]