diff options
| author | Igor Minar | 2013-04-04 08:57:14 -0700 |
|---|---|---|
| committer | Igor Minar | 2013-04-04 08:57:14 -0700 |
| commit | 03bbe9aab1cec0b0a8fe6ddd7320dd28fd3795bc (patch) | |
| tree | ad9f78fc98d32df8774436a307838d4d87c98189 /src | |
| parent | 0ef9d54ccd3643b95f8ffee6641fb0b552af127f (diff) | |
| download | angular.js-03bbe9aab1cec0b0a8fe6ddd7320dd28fd3795bc.tar.bz2 | |
docs($resource): improve installation section
Diffstat (limited to 'src')
| -rw-r--r-- | src/ngResource/resource.js | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/ngResource/resource.js b/src/ngResource/resource.js index 6f44a50d..52576ab1 100644 --- a/src/ngResource/resource.js +++ b/src/ngResource/resource.js @@ -20,12 +20,14 @@ * * # Installation * To use $resource make sure you have included the `angular-resource.js` that comes in Angular - * 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 + * {@link http://code.angularjs.org/ code.angularjs.org}. + * * Finally load the module in your application: * * angular.module('app', ['ngResource']); * - * and you ready to get started! + * and you are ready to get started! * * @param {string} url A parameterized URL template with parameters prefixed by `:` as in * `/user/:username`. If you are using a URL with a port number (e.g. |
