Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

Commit

Permalink
docs(guide): remove superfluous });
Browse files Browse the repository at this point in the history
  • Loading branch information
Roland authored and chirayuk committed Jul 25, 2013
1 parent dae6947 commit 27041e6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/content/tutorial/step_05.ngdoc
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 27041e6

Please sign in to comment.