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-11-14
refactor(services): migrate angular.service -> module
Misko Hevery
2011-11-14
refactor(injector): switch to injector 2.0 introduce modules
Misko Hevery
2011-11-14
new(injector): new injector v2.0
Misko Hevery
2011-11-14
refactor(compiler) turn compiler into a service
Misko Hevery
2011-11-14
refactor(injector): turn scope into a service
Misko Hevery
2011-11-08
fix(directives): make directive names case-insensitive
Igor Minar
2011-10-26
feat(bootstrap): drop angular.js file name restrictions for autobind
Igor Minar
2011-10-11
chore(formating): clean code to be function() {
Misko Hevery
2011-10-11
feat(forms): new and improved forms
Misko Hevery
2011-10-11
fix(filter): make json filter ignore private properties
Misko Hevery
2011-09-16
fix(specs): various fixes to get IE8+jquery unit tests green
Igor Minar
2011-08-30
style(tests): correct indentation
Misko Hevery
2011-08-12
refactor(scope): remove $flush/$observe ng:eval/ng:eval-order
Misko Hevery
2011-08-02
feat(scope): new and improved scope implementation
Misko Hevery
2011-07-27
style(): fix couple of missing semi-colons
Vojta Jina
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-06-23
fix:scope - reintroduce support for eager services
Di Peng
2011-06-23
test:angular.service - add tests for $inject
Di Peng
2011-06-08
Added nextUid() function for unified way of generating IDs in angular
Misko Hevery
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
[next]