mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-05-06 09:03:28 +08:00
docs(guide): remove superfluous });
This commit is contained in:
committed by
Chirayu Krishnappa
parent
dae694739b
commit
27041e63a6
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user