Skip to content

Commit

Permalink
Fixed code in README.md (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
reymalahay authored and PatrickJS committed Jun 21, 2016
1 parent f3b33c1 commit 5f3d16b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,8 @@ You can download angular-websocket by:
<script src="http://ajax.googleapis.com/ajax/libs/angularjs/1.3.15/angular.min.js"></script>
<script src="bower_components/angular-websocket/angular-websocket.js"></script>
<section ng-controller="SomeController">
<ul>
<li ng-repeat="data in MyData.collection track by $index">
{{ data }}
</li>
<ul ng-repeat="data in MyData.collection track by $index" >
<li> {{ data }} </li>
</ul>
</section>
<script>
Expand Down

0 comments on commit 5f3d16b

Please sign in to comment.