fix(guide): use correct number of friends in list on displaying-data guide

This commit is contained in:
Jeff Cross 2015-05-19 15:16:44 -07:00
parent ad884ff6b3
commit abb973d069
1 changed files with 2 additions and 2 deletions

View File

@ -290,8 +290,8 @@
//ES5
directives: [angular.For, angular.If]
p.
As there are currently 5 items it the list, you'll see the message congratulating you on your many friends.
Remove two items from the list, reload your browser, and see that the message no longer displays.
As there are currently 6 items it the list, you'll see the message congratulating you on your many friends.
Remove three items from the list, reload your browser, and see that the message no longer displays.
code-tabs
code-pane(language="javascript" name="TypeScript" format="linenums").