mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-17 07:40:22 +00:00
No description
- remove obsolete code in tests - add warning logs when maximum cookie limits (as specified via RFC 2965) were reached - non-string values will now get dropped - after each update $cookies hash will reflect the actual state of browser cookies this means that if browser drops some cookies due to cookie overflow, $cookies will reflect that - $sessionStore got renamed to $cookieStore to avoid name conflicts with html5's sessionStore |
||
|---|---|---|
| .externalToolBuilders | ||
| .idea | ||
| .settings | ||
| css | ||
| example | ||
| lib | ||
| perf | ||
| scenario | ||
| src | ||
| test | ||
| .gitignore | ||
| .project | ||
| angularjs.ftp | ||
| java | ||
| jstd.log | ||
| jsTestDriver-jquery.conf | ||
| jsTestDriver.conf | ||
| LICENSE | ||
| nodeserver.sh | ||
| Rakefile | ||
| README.md | ||
| server.sh | ||
| test.sh | ||
| TODO.text | ||
Angular
Compiling
rake compile
Running Tests
rake server:start
rake test