diff options
| author | Vojta Jina | 2011-07-12 02:18:46 +0200 |
|---|---|---|
| committer | Vojta Jina | 2011-09-08 23:00:59 +0200 |
| commit | 4421f3d43525437bd939f647604480c1ed126e5e (patch) | |
| tree | b27657098ccf4395827871533ba8bb2b5a90e7fc /src/widgets.js | |
| parent | 22cb600280cecabf719ba1878719c907aa01ba18 (diff) | |
| download | angular.js-4421f3d43525437bd939f647604480c1ed126e5e.tar.bz2 | |
fix(docs): update docs to reflect new $location and fix e2e tests
Diffstat (limited to 'src/widgets.js')
| -rw-r--r-- | src/widgets.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/widgets.js b/src/widgets.js index 254331c0..b0430b95 100644 --- a/src/widgets.js +++ b/src/widgets.js @@ -1391,9 +1391,9 @@ angularWidget("@ng:non-bindable", noop); function OverviewCtrl(){} </script> <div ng:controller="MyCtrl"> - <a href="#/overview">overview</a> | - <a href="#/bootstrap">bootstrap</a> | - <a href="#/undefined">undefined</a> + <a href="#!/overview">overview</a> | + <a href="#!/bootstrap">bootstrap</a> | + <a href="#!/undefined">undefined</a> <br/> |
