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) {