We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ef9d54 commit 03bbe9aCopy full SHA for 03bbe9a
src/ngResource/resource.js
@@ -20,12 +20,14 @@
20
*
21
* # Installation
22
* To use $resource make sure you have included the `angular-resource.js` that comes in Angular
23
- * package. You also can find this stuff in {@link http://code.angularjs.org/ code.angularjs.org}.
+ * package. You can also find this file on Google CDN, bower as well as at
24
+ * {@link http://code.angularjs.org/ code.angularjs.org}.
25
+ *
26
* Finally load the module in your application:
27
28
* angular.module('app', ['ngResource']);
29
- * and you ready to get started!
30
+ * and you are ready to get started!
31
32
* @param {string} url A parameterized URL template with parameters prefixed by `:` as in
33
* `/user/:username`. If you are using a URL with a port number (e.g.
0 commit comments