File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -266,7 +266,7 @@ function $RootScopeProvider(){
266
266
267
267
268
268
269
- // Using a listener function
269
+ // Using a listener function
270
270
var food;
271
271
scope.foodCounter = 0;
272
272
expect(scope.foodCounter).toEqual(0);
@@ -291,7 +291,7 @@ function $RootScopeProvider(){
291
291
// Update food and run digest. Now the counter will increment
292
292
food = 'cheeseburger';
293
293
scope.$digest();
294
- expect(scope.foodCounter).toEqual(1);
294
+ expect(scope.foodCounter).toEqual(1);
295
295
296
296
* </pre>
297
297
*
@@ -710,7 +710,7 @@ function $RootScopeProvider(){
710
710
*
711
711
* - `string`: execute using the rules as defined in {@link guide/expression expression}.
712
712
* - `function(scope)`: execute the function with the current `scope` parameter.
713
- *
713
+ *
714
714
* @param {(object)= } locals Local variables object, useful for overriding values in scope.
715
715
* @returns {* } The result of evaluating the expression.
716
716
*/
You can’t perform that action at this time.
0 commit comments