diff options
Diffstat (limited to 'example/temp.html')
| -rw-r--r-- | example/temp.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/temp.html b/example/temp.html index 3580249d..d6414417 100644 --- a/example/temp.html +++ b/example/temp.html @@ -4,6 +4,6 @@ <script type="text/javascript" src="../src/angular-bootstrap.js#autobind"></script> </head> <body> - <a href="#"> {{'first'}}<br/>{{'second'}}</a> + <a href="#" ng-click="$window.location.hash='123'"> {{'first'}}<br/>{{'second'}}</a> </body> </html> |
