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
2012-08-30
test(bootstrap): test exception siling during bootstrap
Igor Minar
2012-08-30
test(ngApp): add missing test for [ng-app] bootstrap
Igor Minar
2012-06-08
fix(startingTag): make tag name always lowercase
Igor Minar
2012-04-09
chore(tests): rename all directive names to the normalized form
Igor Minar
2012-03-29
refactor($compile): move methods of attr object into prototype
Vojta Jina
2012-03-28
refactor(fromJson/toJson): move the contents of these files into Angular.js
Igor Minar
2012-03-22
fix(forEach): should ignore prototypically inherited properties
Igor Minar
2012-03-09
fix(startTag): fix tagname extraction
Igor Minar
2012-03-09
chore(*): refactor all ng: to ng-
Igor Minar
2012-02-23
bug(equals): incorect comparison of dates
Misko Hevery
2012-01-25
refactor(directives): connect new compiler
Misko Hevery
2012-01-25
add($compile): add compiler v2.0 - not connected
Misko Hevery
2012-01-12
refactor(module): strict separation between module-config / app-runtime
Misko Hevery
2012-01-10
feat(module): new module loader
Misko Hevery
2012-01-06
fix(angular.copy): throw Error if source and destination are identical
Dhruv Manek
2011-11-30
fix(copy,equals): prevent browser crashes with Scope or Window
Igor Minar
2011-11-21
fix(scope): $watch (and angular.equals) should support NaN values
Codier
2011-11-14
refactor(injector): $injector is no longer a function.
Misko Hevery
2011-11-14
del($eager): removed the support for $eager services
Misko Hevery
2011-11-14
feat(bootstrap): added angular.bootstrap method
Misko Hevery
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
[next]