mirror of
https://github.com/google/styleguide.git
synced 2024-03-22 13:11:43 +08:00
fixing a broken character
This commit is contained in:
parent
4882d60145
commit
66b9e1b1c7
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user