Skip to content

Commit

Permalink
fixing a broken character
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed May 21, 2014
1 parent 4882d60 commit 66b9e1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion angularjs-google-style.html
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ <h3 id="dollarsign">Reserve $ for Angular properties and services</h3>
<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>

Expand Down

0 comments on commit 66b9e1b

Please sign in to comment.