Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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‎

Lines changed: 2 additions & 4 deletions
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)

AltStyle によって変換されたページ (->オリジナル) /