diff options
| author | Vojta Jina | 2010-10-16 15:22:36 +0100 | 
|---|---|---|
| committer | Misko Hevery | 2010-10-18 10:04:15 -0700 | 
| commit | 1cad16c6f9144113e2b458ce91af8fcb0211c173 (patch) | |
| tree | cc73b38c5337a844640012f9f51355b283588cf8 /css/angular.css | |
| parent | 341b2b3a9b1257e376a7d319f131008162f584ae (diff) | |
| download | angular.js-1cad16c6f9144113e2b458ce91af8fcb0211c173.tar.bz2 | |
Update $location API Close #62
update(objOrString)
updateHash(objOrString [, objOrString])
toString()
cancel()
Examples:
$location.update('http://www.angularjs.org/path#path?a=b');
$location.update({port: 443, protocol: 'https'});
$location.updateHash('hashPath');
$location.updateHash({a: 'b'});
$location.updateHash('hashPath', {a: 'b'});
This commit was produced by squash of more commits, here are the old messages:
- Change tests to use update() instead of parse().
- First implementation of update() method
- Test for update() with object parameter
- Add new tests for location, refactor location code
- Add tests for updateHash()
- Implement updateHash()
- Take one or two arguments, could be string - update hashPath, or hash object - update hashSearch...
- Fixed other service tests, to use new $location.update()
Added $location.cancel() method (with test)
Added $location.parse() for back compatability
Remove parse() method
Diffstat (limited to 'css/angular.css')
0 files changed, 0 insertions, 0 deletions
