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-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
2010-11-03
jsdoc parser + generator + viewer + scenario runner
Misko Hevery
2010-10-26
fixes IE related failures, and form submit event handling in ie
Misko Hevery
2010-10-23
Fix for getting into recursive $eval on scope. Close #59
Misko Hevery
2010-10-18
JSON parser is now strict (ie, expressions are not allowed for security)
Misko Hevery
2010-10-16
ng:include should remove the reference to childScope when src is blank
Igor Minar
2010-10-12
Introduced injector and $new to scope, and injection into link methods and co...
Misko Hevery
2010-10-13
fix global namespace polution with invalidWidgets
Igor Minar
2010-10-13
fix memory leak caused by leftbehind $invalidWidgets references
Igor Minar
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
2010-09-14
merge
Misko Hevery
[next]