aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorRoland2013-07-25 11:21:00 +0200
committerChirayu Krishnappa2013-07-25 15:05:27 -0700
commit27041e63a629c67bfa9a87ccd9b50fd08a23ce82 (patch)
tree9d5cb8c33c304efc1e403aa080666135826e4170 /docs
parentdae694739b9581bea5dbc53522ec00d87b26ae55 (diff)
downloadangular.js-27041e63a629c67bfa9a87ccd9b50fd08a23ce82.tar.bz2
docs(guide): remove superfluous });
Diffstat (limited to 'docs')
-rw-r--r--docs/content/tutorial/step_05.ngdoc2
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/content/tutorial/step_05.ngdoc b/docs/content/tutorial/step_05.ngdoc
index fc58c654..62de4102 100644
--- a/docs/content/tutorial/step_05.ngdoc
+++ b/docs/content/tutorial/step_05.ngdoc
@@ -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: