fixing a broken character

This commit is contained in:
ralphj@google.com 2014-05-21 20:28:07 +00:00
parent 4882d60145
commit 66b9e1b1c7

View File

@ -306,7 +306,7 @@ module.service('request', hello.request.Request);
<p>Yes:</p>
<pre class="prettyprint lang-js">
$scope.myModel = { value: 'foo' }
myModule.service('myService', function() { … });
myModule.service('myService', function() { /*...*/ });
var MyCtrl = function($http) {this.http_ = $http;};
</pre>