Skip to content

Commit 5c3d694

Browse files
committed
Edited public/index.html via GitHub
1 parent a1f4bdb commit 5c3d694

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!doctype html>
22
<html xmlns:ng="http://angularjs.org">
33
<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>
4+
<script src="socket.io/socket.io.js"></script>
55
<script>
66
angular.service('sharedModel', function($updateView){
77
var model = {name:{first:'', last:''}};

0 commit comments

Comments
 (0)