Skip to content

Commit 5f3d16b

Browse files
reymalahayPatrickJS
authored andcommitted
Fixed code in README.md (#84)
1 parent f3b33c1 commit 5f3d16b

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,8 @@ You can download angular-websocket by:
3434
<script src="http://ajax.googleapis.com/ajax/libs/angularjs/1.3.15/angular.min.js"></script>
3535
<script src="bower_components/angular-websocket/angular-websocket.js"></script>
3636
<section ng-controller="SomeController">
37-
<ul>
38-
<li ng-repeat="data in MyData.collection track by $index">
39-
{{ data }}
40-
</li>
37+
<ul ng-repeat="data in MyData.collection track by $index" >
38+
<li> {{ data }} </li>
4139
</ul>
4240
</section>
4341
<script>

0 commit comments

Comments
 (0)