From f8529672f6fc4610b8ea005383812c597b829187 Mon Sep 17 00:00:00 2001 From: Di Peng Date: Thu, 9 Jun 2011 15:28:25 -0700 Subject: Updated docs/cookbook/buzz from gdocs With couple of fixes: * indentation + code formatting * use ng:href, ng:src * change UserId to misko.hevery so it will work now --- docs/content/cookbook/buzz.ngdoc | 27 +++++++++++++-------------- 1 file changed, 13 insertions(+), 14 deletions(-) (limited to 'docs/content/cookbook') 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.
- +
- 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(); -- cgit v1.2.3