Skip to content

Commit

Permalink
Merge pull request ngReact#100 from codef0rmer/patch-1
Browse files Browse the repository at this point in the history
fix(example/table): typo
  • Loading branch information
kasperp committed Sep 9, 2015
2 parents 7c96e61 + 21e5fb4 commit 92581ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/table/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ <h1>Table Component</h1>

<div class="pure-menu pure-menu-open pure-menu-horizontal">
<ul>
<li><a href="#" ng-click="regenerate()">Refesh Modified Date</a></li>
<li><a href="#" ng-click="regenerate()">Refresh Modified Date</a></li>
</ul>
</div>

Expand All @@ -53,4 +53,4 @@ <h1>Table Component</h1>
<script src="../../ngReact.min.js"></script>
<script src="app.js"></script>
</body>
</html>
</html>

0 comments on commit 92581ab

Please sign in to comment.