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
/
AngularSpec.js
Age
Commit message (
Expand
)
Author
2011-06-02
Fix unit test in IE7
Vojta Jina
2011-04-07
use special nodeName_ impl only for IE<9
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
Added missing semi-colons
Vojta Jina
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-01
linking function should return bound scope
Igor Minar
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
Change API angular.compile(element)([scope], [element/true])
Misko Hevery
2011-01-24
fixed example rendering, add tests for it.
Misko Hevery
2011-01-13
fix for angular.Object.equals to handle equals({},null)
Igor Minar
2011-01-07
Revert "Issue #51: Update extensionMap()"
Igor Minar
2011-01-06
removed dissabled tests which are now outdated
Misko Hevery
2011-01-04
rename scope.$inject to scope.$service
Igor Minar
2010-12-02
Closes #170. Corrected the behavior of select when options are ng:repeated
Misko Hevery
2010-11-09
added spec for auto bootstrap with #autobind
Igor Minar
2010-11-08
Add isDate method + fix old code
Igor Minar
2010-11-07
Update AngularSpec tests to use BDD style - jasmine expect
Vojta Jina
2010-11-07
Added tests for angular.service
Vojta Jina
2010-11-07
Issue #51: Update extensionMap()
Vojta Jina
2010-10-26
Lots of bug fixes in the scenario runner and a bunch of new features.
Elliott Sprehn
2010-10-26
create HTML sanitizer to allow inclusion of untrusted HTML in safe manner.
Misko Hevery
2010-10-20
Angular should look for angular-ie-compat file at the right location
Igor Minar
2010-10-20
add missing spec for angularJsConfig
Igor Minar
2010-10-20
extract and test regexp that identifies angular script tag
Igor Minar
2010-10-16
improving angular.copy spec
Igor Minar
2010-10-16
Add test for toKeyValue() - true values should be composed to flag
Vojta Jina
2010-10-16
Add missing tests for toKeyValue() function
Vojta Jina
2010-10-14
New Angular Scenario runner and DSL system with redesigned HTML UI.
Elliott Sprehn
2010-10-13
fixed issue where date copy creates an object instead of date
Misko Hevery
2010-10-04
fixed lint warnings
Igor Minar
2010-09-29
Differentiate between flags and empty keys in $location.hashSearch
Igor Minar
2010-07-19
added equals method to angular.equals and $equals
Misko Hevery
2010-07-15
fixed build
Misko Hevery
2010-05-07
xhr bulk fixes
Misko Hevery
2010-03-29
dissabled a lot of tests, and made the core test set pass.
Misko Hevery
2010-03-15
added resources; removed compiled code
Misko Hevery
2010-02-09
missing test
Misko Hevery