mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-19 08:00:23 +00:00
No description
$http: - use promises internally - get rid of XhrFuture that was previously used internally - get rid of $browser.defer calls for async stuff (serving from cache), promises will take care of asynchronicity - fix transformation bugs (when caching requested + multiple request pending + error is returned) - get rid of native header parsing and instead just lazily parse the header string $httpBackend: - don't return raw/mock XMLHttpRequest object (we don't use it for anything anymore) - call the callback with response headers string mock $httpBackend: - unify response api for expect and when - call the callback with response headers string - changed the expect/when failure error message so that EXPECTED and GOT values are aligned Conflicts: src/service/http.js test/service/compilerSpec.js test/service/httpSpec.js |
||
|---|---|---|
| .externalToolBuilders | ||
| .settings | ||
| css | ||
| docs | ||
| example | ||
| i18n | ||
| images | ||
| lib | ||
| logs | ||
| perf | ||
| regression | ||
| src | ||
| test | ||
| tmp | ||
| .gitignore | ||
| .project | ||
| angularFiles.js | ||
| angularjs.ftp | ||
| CHANGELOG.md | ||
| gdocs.js | ||
| gen_docs.sh | ||
| gen_jstd_configs.js | ||
| java | ||
| LICENSE | ||
| nodeserver.sh | ||
| pom.xml | ||
| Rakefile | ||
| README.md | ||
| server-coverage.sh | ||
| server-scenario.sh | ||
| server.sh | ||
| test-coverage.sh | ||
| test-jquery.sh | ||
| test-mocks.sh | ||
| test-perf.sh | ||
| test-reset.sh | ||
| test-scenario.sh | ||
| test.sh | ||
| version.yaml | ||
| watchr-docs.rb | ||
| watchr.rb | ||
AngularJS
- Web site: http://angularjs.org
- Tutorial: http://docs.angularjs.org/#!/tutorial
- API Docs: http://docs.angularjs.org
- Developer Guide: http://docs.angularjs.org/#!/guide
Compiling
rake compile
Running Tests
./server.sh # start the server
open http://localhost:9876/capture # capture browser
./test.sh # run all unit tests