mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-16 23:30:23 +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() {
|
||||
expect(scope.orderProp).toBe('age');
|
||||
});
|
||||
});
|
||||
});
|
||||
</pre>
|
||||
|
||||
You should now see the following output in the Karma tab:
|
||||
|
|
|
|||
Loading…
Reference in a new issue