diff --git a/docs/content/cookbook/buzz.ngdoc b/docs/content/cookbook/buzz.ngdoc index f67b4d89..5b83de79 100644 --- a/docs/content/cookbook/buzz.ngdoc +++ b/docs/content/cookbook/buzz.ngdoc @@ -16,47 +16,46 @@ to retrieve Buzz activity and comments. - + fetch - - {{item.actor.name}} - + + {{item.actor.name}} + Expand replies: {{item.links.replies[0].count}} {{item.object.content | html}} - - {{reply.actor.name}}: + + {{reply.actor.name}}: {{reply.content | html}} - it('fetch buzz and expand', function(){ + it('fetch buzz and expand', function() { element(':button:contains(fetch)').click(); expect(repeater('div.buzz').count()).toBeGreaterThan(0); element('.buzz a:contains(Expand replies):first').click();