File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 20
20
*
21
21
* # Installation
22
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}.
23
+ * 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
+ *
24
26
* Finally load the module in your application:
25
27
*
26
28
* angular.module('app', ['ngResource']);
27
29
*
28
- * and you ready to get started!
30
+ * and you are ready to get started!
29
31
*
30
32
* @param {string } url A parameterized URL template with parameters prefixed by `:` as in
31
33
* `/user/:username`. If you are using a URL with a port number (e.g.
You can’t perform that action at this time.
0 commit comments