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
/
widgets.js
Age
Commit message (
Expand
)
Author
2011-06-02
Fix IE bug - ng:href
Vojta Jina
2011-05-19
Remove trailing white spaces from all source files
Vojta Jina
2011-04-25
Fix some typos, missing semi-colons, etc...
Vojta Jina
2011-04-11
doc fix - ng:autobind, ng:controller and more
Kenneth R. Culp
2011-04-04
revert ng:view sync caching
Igor Minar
2011-03-30
use document fragments to grow repeaters
Igor Minar
2011-03-30
extend size() to take ownPropsOnly param
Igor Minar
2011-03-30
call $eval in repeater only when needed
Igor Minar
2011-03-30
make xhr.cache optionally synchronous
Igor Minar
2011-03-26
remove _null and _undefined
Igor Minar
2011-03-03
fixing broken e2e tests
Igor Minar
2011-02-25
Corrected an issue where properties inherited from __proto__ show up in ng:re...
Misko Hevery
2011-02-16
Changed the angular.compile(element)(scope[, cloneAttachNode])
Misko Hevery
2011-02-16
reformated multiline trinary expressions to have a leading ?/:.
Misko Hevery
2011-02-16
Change API angular.compile(element)([scope], [element/true])
Misko Hevery
2011-02-16
refactored quickClone to cloneNode and exposed it on jQuery
Misko Hevery
2011-02-16
remove $init on scope from applying compilation template
Misko Hevery
2011-02-16
remove dom manipulation API from compiler
Misko Hevery
2011-02-16
Add public API to retrieve scope from element.
Misko Hevery
2011-02-15
split up services into individual files
Igor Minar
2011-02-04
ng:view should be nestable in ng:include
Igor Minar
2011-02-01
changed the documentation @example to use <doc:example>
Misko Hevery
2011-01-25
compile but don't bind option elements nested in a nameless select
Igor Minar
2011-01-24
ng:view should propagate evals to the current child scope
Igor Minar
2011-01-24
Revert "$route should create child scope via $new"
Igor Minar
2011-01-24
Revert "fix ng:include issue introduced by a5eb3ed1"
Igor Minar
2011-01-19
fix ng:include issue introduced by a5eb3ed1
Igor Minar
2011-01-19
add ng:view widget
Igor Minar
2011-01-19
$route should create child scope via $new
Igor Minar
2011-01-18
fix broken build for IE. Read option.type==select-multiple rather then check ...
Misko Hevery
2011-01-14
support compilation in HTML widgets
Misko Hevery
2011-01-14
fixed select with ng:format
Misko Hevery
2011-01-10
complete rewrite of documentation generation
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
2011-01-04
rename scope.$inject to scope.$service
Igor Minar
2011-01-04
removing support for 'eager-published' services
Igor Minar
2010-12-11
Closes #153: input widgets without name are ignored
Misko Hevery
2010-12-11
Fire $eval only if the value has actually changed on input
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
fix docs and examples for ng:format, ng:required and ng:validate
Igor Minar
2010-11-18
move attribute widgets to widgets.js file
Igor Minar
2010-11-16
add onload attribute to ng:include
Igor Minar
2010-11-15
added remaining directives and search box.
Misko Hevery
2010-11-10
added ng:switch-when-default; changed $watch to always fire on init. (may be ...
Misko Hevery
2010-11-09
Better example widget
Igor Minar
2010-11-07
Added documentation for validators.
Misko Hevery
2010-11-05
added tests for documentation
Misko Hevery
2010-11-04
added documentation for ng:include and ng:widget and test for doc collector.
Misko Hevery
[next]