Skip to content

Commit 2e09432

Browse files
committed
Update README.md
1 parent 6244980 commit 2e09432

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ chat.controller( 'chat', [ 'Messages', '$scope', function( Messages, $scope ) {
4545
$scope.send = function() {
4646
Messages.send({ data : $scope.textbox });
4747
};
48-
} ]);
48+
} ] );
4949
</script>
5050

5151
<!-- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= -->

0 commit comments

Comments
 (0)