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
Age
Commit message (
Expand
)
Author
2011-04-04
correct $resource's success callback execution
Igor Minar
2011-03-31
encode query params correctly but not too agressively
Igor Minar
2011-03-31
add much needed whitespace to jqLiteSpec.js
Igor Minar
2011-03-31
add specs for jqLite wrapping/node creation
Igor Minar
2011-03-31
ignore jqLite#append for doc fragment
Igor Minar
2011-03-31
fix jqLite#parent to be compatible with jQuery
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-30
make xhr.cache optionally synchronous
Igor Minar
2011-03-30
remove weird spaces from resource mutation test
Igor Minar
2011-03-29
Don't mutate resource if server responded with no body
Anthony Lieuallen
2011-03-28
encode $resource query params using encodeURIComponent
Igor Minar
2011-03-28
fixing lint warnings
Igor Minar
2011-03-28
Added missing semi-colons
Vojta Jina
2011-03-26
remove _null and _undefined
Igor Minar
2011-03-11
Remove the script tag after successful JSONP request
Misko Hevery
2011-03-11
Added XSRF prevention logic to $xhr service
Misko Hevery
2011-03-11
Changed the $browser.xhr parameter post from optional to required
Misko Hevery
2011-03-11
Consider all 2xx responses as OK, not just 200
Misko Hevery
2011-03-11
Fixed cookies which contained unescaped '=' would not show up in cookie service.
Misko Hevery
2011-03-11
fix failing autobind test on IE
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-02
$xhr service now autodetects and strips )]}',\n
Igor Minar
2011-03-01
linking function should return bound scope
Igor Minar
2011-02-27
adding an extra injector spec
Igor Minar
2011-02-25
Added delay parameter to the $defer service
Misko Hevery
2011-02-25
Corrected an issue where properties inherited from __proto__ show up in ng:re...
Misko Hevery
2011-02-22
add class on any namespace elments
Misko Hevery
2011-02-19
correct hashchange event registration on window
Misko Hevery
2011-02-19
fix test which fails on CI build, because the image has size
Misko Hevery
2011-02-18
Remove ng:watch
Misko Hevery
2011-02-18
replace smart-quotes with regular quotes
Misko Hevery
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
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
remove $init on scope from applying compilation template
Misko Hevery
2011-02-16
Add public API to retrieve scope from element.
Misko Hevery
2011-02-16
allow jquery to be declared after angular in the script loading order
Misko Hevery
2011-02-15
split up services into individual files
Igor Minar
2011-02-10
$resource should encode url params with encodeURIComponent
Igor Minar
2011-02-07
add support for hashSearch redirection and custom redirection functions
Igor Minar
2011-02-07
$route redirection should interpolate variables
Igor Minar
2011-02-07
$location.updateHash should not preserve hashSearch when hashSearch is undefined
Igor Minar
2011-02-06
fix how redirection is handled and tested
Igor Minar
2011-02-04
mock $log: fixed bug, added some tests
Vojta Jina
2011-02-04
ng:view should be nestable in ng:include
Igor Minar
2011-02-04
$route.onChange should return the registered fn
Igor Minar
[next]