We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1f4bdb commit 5c3d694Copy full SHA for 5c3d694
public/index.html
@@ -1,7 +1,7 @@
1
<!doctype html>
2
<html xmlns:ng="http://angularjs.org">
3
<script src="http://code.angularjs.org/angular-0.9.16.min.js" ng:autobind></script>
4
- <script src="http://localhost:8889/socket.io/socket.io.js"></script>
+ <script src="socket.io/socket.io.js"></script>
5
<script>
6
angular.service('sharedModel', function($updateView){
7
var model = {name:{first:'', last:''}};
0 commit comments