angular.js/test
Misko Hevery 8f0dcbab80 feat(scope): new and improved scope implementation
- Speed improvements (about 4x on flush phase)
- Memory improvements (uses no function closures)
- Break $eval into $apply, $dispatch, $flush
- Introduced $watch and $observe

Breaks angular.equals() use === instead of ==
Breaks angular.scope() does not take parent as first argument
Breaks scope.$watch() takes scope as first argument
Breaks scope.$set(), scope.$get are removed
Breaks scope.$config is removed
Breaks $route.onChange callback has not "this" bounded
2011-08-02 01:00:03 +02:00
..
jstd-scenario-adapter feat(strict mode): adding strict mode flag to all js files 2011-07-18 12:12:55 -07:00
scenario feat(scope): new and improved scope implementation 2011-08-02 01:00:03 +02:00
service feat(scope): new and improved scope implementation 2011-08-02 01:00:03 +02:00
angular-mocksSpec.js style(): fix couple of missing semi-colons 2011-07-27 22:24:07 +02:00
AngularSpec.js feat(scope): new and improved scope implementation 2011-08-02 01:00:03 +02:00
ApiSpecs.js feat(strict mode): adding strict mode flag to all js files 2011-07-18 12:12:55 -07:00
BinderSpec.js feat(scope): new and improved scope implementation 2011-08-02 01:00:03 +02:00
BrowserSpecs.js style(warnings): added missing semi colons 2011-07-26 09:40:29 -07:00
CompilerSpec.js feat(scope): new and improved scope implementation 2011-08-02 01:00:03 +02:00
directivesSpec.js feat(scope): new and improved scope implementation 2011-08-02 01:00:03 +02:00
FiltersSpec.js feat(number/currency filter): format numbers and currency using pattern 2011-07-26 14:16:57 -07:00
FormattersSpec.js feat(strict mode): adding strict mode flag to all js files 2011-07-18 12:12:55 -07:00
InjectorSpec.js feat(strict mode): adding strict mode flag to all js files 2011-07-18 12:12:55 -07:00
jqLiteSpec.js feat(strict mode): adding strict mode flag to all js files 2011-07-18 12:12:55 -07:00
jquery_alias.js feat(strict mode): adding strict mode flag to all js files 2011-07-18 12:12:55 -07:00
jquery_remove.js feat(strict mode): adding strict mode flag to all js files 2011-07-18 12:12:55 -07:00
JsonSpec.js feat(strict mode): adding strict mode flag to all js files 2011-07-18 12:12:55 -07:00
manual.html fixes IE related failures, and form submit event handling in ie 2010-10-26 16:33:59 -07:00
markupSpec.js feat(scope): new and improved scope implementation 2011-08-02 01:00:03 +02:00
mocks.js feat(scope): new and improved scope implementation 2011-08-02 01:00:03 +02:00
ParserSpec.js feat(scope): new and improved scope implementation 2011-08-02 01:00:03 +02:00
ResourceSpec.js feat(scope): new and improved scope implementation 2011-08-02 01:00:03 +02:00
sanitizerSpec.js feat(strict mode): adding strict mode flag to all js files 2011-07-18 12:12:55 -07:00
ScenarioSpec.js feat(scope): new and improved scope implementation 2011-08-02 01:00:03 +02:00
ScopeSpec.js feat(scope): new and improved scope implementation 2011-08-02 01:00:03 +02:00
testabilityPatch.js feat(scope): new and improved scope implementation 2011-08-02 01:00:03 +02:00
ValidatorsSpec.js feat(scope): new and improved scope implementation 2011-08-02 01:00:03 +02:00
widgetsSpec.js feat(scope): new and improved scope implementation 2011-08-02 01:00:03 +02:00