diff options
| author | Misko Hevery | 2010-04-16 14:01:29 -0700 | 
|---|---|---|
| committer | Misko Hevery | 2010-04-16 14:01:29 -0700 | 
| commit | deb86fe357a901889bc4289087f0b9e69cb8a302 (patch) | |
| tree | fce4db8501a6c24430d611c95a4aa001119c7b89 /example/temp.html | |
| parent | 70e401ef100614295fc808e32f0142f07c315461 (diff) | |
| download | angular.js-deb86fe357a901889bc4289087f0b9e69cb8a302.tar.bz2 | |
lots of small fixes
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> | 
