From 40e34a924b629280eb572e957cc8a2cf4f88394c Mon Sep 17 00:00:00 2001 From: Jeff Cross Date: Thu, 14 Nov 2013 21:13:39 -0800 Subject: docs(ngResource): removed buzz client example The Buzz Client example on the ngResource doc was causing parse errors. While the root cause is being investigated, the example has been removed, and should be replaced by a more relevant example anyhow. --- src/ngResource/resource.js | 52 ---------------------------------------------- 1 file changed, 52 deletions(-) diff --git a/src/ngResource/resource.js b/src/ngResource/resource.js index 82065e09..d11a4d60 100644 --- a/src/ngResource/resource.js +++ b/src/ngResource/resource.js @@ -253,58 +253,6 @@ function lookupDottedPath(obj, path) { }); }); - - * # Buzz client - - Let's look at what a buzz client created with the `$resource` service looks like: - - - - -
- - -
-
-

- - {{item.actor.name}} - Expand replies: - {{item.links.replies[0].count}} -

- {{item.object.content | html}} -
- - {{reply.actor.name}}: {{reply.content | html}} -
-
-
-
- - -
*/ angular.module('ngResource', ['ng']). factory('$resource', ['$http', '$q', function($http, $q) { -- cgit v1.2.3