mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-05-25 14:23:43 +00:00
docs(guide): remove superfluous });
This commit is contained in:
parent
dae694739b
commit
27041e63a6
1 changed files with 0 additions and 2 deletions
|
|
@ -207,8 +207,6 @@ Finally, we verify that the default value of `orderProp` is set correctly:
|
||||||
it('should set the default value of orderProp model', function() {
|
it('should set the default value of orderProp model', function() {
|
||||||
expect(scope.orderProp).toBe('age');
|
expect(scope.orderProp).toBe('age');
|
||||||
});
|
});
|
||||||
});
|
|
||||||
});
|
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
You should now see the following output in the Karma tab:
|
You should now see the following output in the Karma tab:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue