We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3b33c1 commit 5f3d16bCopy full SHA for 5f3d16b
README.md
@@ -34,10 +34,8 @@ You can download angular-websocket by:
34
<script src="http://ajax.googleapis.com/ajax/libs/angularjs/1.3.15/angular.min.js"></script>
35
<script src="bower_components/angular-websocket/angular-websocket.js"></script>
36
<section ng-controller="SomeController">
37
- <ul>
38
- <li ng-repeat="data in MyData.collection track by $index">
39
- {{ data }}
40
- </li>
+ <ul ng-repeat="data in MyData.collection track by $index" >
+ <li> {{ data }} </li>
41
</ul>
42
</section>
43
<script>
0 commit comments