We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6244980 commit 2e09432Copy full SHA for 2e09432
1 file changed
README.md
@@ -45,7 +45,7 @@ chat.controller( 'chat', [ 'Messages', '$scope', function( Messages, $scope ) {
45
$scope.send = function() {
46
Messages.send({ data : $scope.textbox });
47
};
48
-} ]);
+} ] );
49
</script>
50
51
<!-- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= -->
0 commit comments