From 7f1e2e48467f80cc083d24b44f088620e4e7bcb6 Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Mon, 6 Jun 2011 08:50:35 -0700 Subject: new batch of docs --- docs/content/cookbook/buzz.ngdoc | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'docs/content/cookbook/buzz.ngdoc') diff --git a/docs/content/cookbook/buzz.ngdoc b/docs/content/cookbook/buzz.ngdoc index 2e82b2d1..52fa5647 100644 --- a/docs/content/cookbook/buzz.ngdoc +++ b/docs/content/cookbook/buzz.ngdoc @@ -3,12 +3,15 @@ @name Cookbook: Resources - Buzz @description + External resources are URLs that provide JSON data, which are then rendered with the help of templates. angular has a resource factory that can be used to give names to the URLs and then attach behavior to them. For example you can use the -{@link http://code.google.com/apis/buzz/v1/getting_started.html#background-operations| Google Buzz API} +{@link http://code.google.com/apis/buzz/v1/getting_started.html#background-operations| Google Buzz +API} to retrieve Buzz activity and comments. +