We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5da1256 commit 7a52da6Copy full SHA for 7a52da6
docs/content/guide/controller.ngdoc
@@ -75,7 +75,7 @@ In order to react to events or execute computation in the view we must provide b
75
scope. We add behavior to the scope by attaching methods to the `$scope` object. These methods are
76
then available to be called from the template/view.
77
78
-The following example uses a Controller to add a method to the scope, which doubles a number:
+The following example uses a Controller to add a method, which doubles a number, to the scope:
79
80
```js
81
var myApp = angular.module('myApp',[]);
0 commit comments