docs(guide): remove superfluous });

This commit is contained in:
Roland 2013-07-25 11:21:00 +02:00 committed by Chirayu Krishnappa
parent dae694739b
commit 27041e63a6

View file

@ -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: