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
/
Angular.js
Age
Commit message (
Expand
)
Author
2011-09-16
fix(e2e tests): use prop() instead of attr() and quote attributes
Igor Minar
2011-09-08
fix($location): Use encodeUriQuery instead of escape
Kai Groner
2011-09-01
docs(API): various api doc fixes from Toni
Igor Minar
2011-08-31
kill(merge): removing merge fn - dead buggy code with no specs
Igor Minar
2011-08-24
doc(API): various API documentation improvements
Toni Thompson
2011-08-15
refactor(jqLite): remove jqLite show/hide support
Igor Minar
2011-08-12
refactor(scope): remove $flush/$observe ng:eval/ng:eval-order
Misko Hevery
2011-08-06
style($function): replace $function with 'function'
Igor Minar
2011-08-02
refactor(angular): remove unnecessary parameter for slice function
DiPeng
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-27
style(): fix couple of missing semi-colons
Vojta Jina
2011-07-26
fix(ng:show/ng:hide): use jqLite.show/jqLite.hide
Di Peng
2011-07-22
feat(angular.version): add angular.version
Di Peng
2011-07-18
feat(strict mode): adding strict mode flag to all js files
Igor Minar
2011-07-18
fix(strict mode): fix all issues discovered by strict mode and unit/e2e tests
Igor Minar
2011-07-13
fix(bootstrap): Fix bootstrap on IE<8
Vojta Jina
2011-06-08
Added ng:options directive
Misko Hevery
2011-06-08
Added nextUid() function for unified way of generating IDs in angular
Misko Hevery
2011-06-08
Proper handling of special attributes in jqlite
Misko Hevery
2011-06-08
code cleanup: missing ; and indentation
Misko Hevery
2011-06-08
Remove stray console.log statemente
Misko Hevery
2011-06-06
another batch of doc fixes from ken
Igor Minar
2011-06-02
Fix formatError for FF4 and Opera
Vojta Jina
2011-04-16
Added a bit more documentation to ng:autobind to explain some of the semantics
Craig Tataryn
2011-04-11
doc fix - ng:autobind, ng:controller and more
Kenneth R. Culp
2011-04-07
use special nodeName_ impl only for IE<9
Igor Minar
2011-04-07
improve docs for angular.Object.copy
Igor Minar
2011-03-31
fix infinite loop in elementError when working with detached elements
Igor Minar
2011-03-31
encode query params correctly but not too agressively
Igor Minar
2011-03-30
correct size() impl for object's w/ 'length' prop
Igor Minar
2011-03-30
extend size() to take ownPropsOnly param
Igor Minar
2011-03-28
fixing lint warnings
Igor Minar
2011-03-26
remove _null and _undefined
Igor Minar
2011-03-11
ng:autobind now optionally takes element id
Igor Minar
2011-03-11
angularJsConfig now allows ng:autobind and #autobind value to be passed in
Igor Minar
2011-03-08
fix ie7 regression in jqLite which prevented
Misko Hevery
2011-03-03
fixing left over .scope
Igor Minar
2011-03-03
fixing broken e2e tests
Igor Minar
2011-03-01
linking function should return bound scope
Igor Minar
2011-02-18
Auto create $inject property form the argument names. Any arg starting with $...
Misko Hevery
2011-02-17
resources should not over-encode chars in url path
Igor Minar
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
rewrite of JQuery lite implementation, which now better supports selected sets
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
[next]