aboutsummaryrefslogtreecommitdiffstats
path: root/example/temp.html
diff options
context:
space:
mode:
authorMisko Hevery2010-04-16 14:01:29 -0700
committerMisko Hevery2010-04-16 14:01:29 -0700
commitdeb86fe357a901889bc4289087f0b9e69cb8a302 (patch)
treefce4db8501a6c24430d611c95a4aa001119c7b89 /example/temp.html
parent70e401ef100614295fc808e32f0142f07c315461 (diff)
downloadangular.js-deb86fe357a901889bc4289087f0b9e69cb8a302.tar.bz2
lots of small fixes
Diffstat (limited to 'example/temp.html')
-rw-r--r--example/temp.html2
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>