diff options
| author | Adam Shannon | 2013-08-19 14:33:18 -0500 | 
|---|---|---|
| committer | Jeff Cross | 2013-08-21 16:43:03 -0700 | 
| commit | 8ee9a3e902e523577f9ea331af56c7bad6b4eea9 (patch) | |
| tree | df804457fdf8d2dfa601565fe629c6283f44d56c | |
| parent | 834b76b8c360a8bfa1024a7da926e7fea772958f (diff) | |
| download | angular.js-8ee9a3e902e523577f9ea331af56c7bad6b4eea9.tar.bz2 | |
fix(docs): Replace missing end tilde in resource docs for minerr.
| -rw-r--r-- | src/ngResource/resource.js | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/ngResource/resource.js b/src/ngResource/resource.js index 57da8f09..719fea5d 100644 --- a/src/ngResource/resource.js +++ b/src/ngResource/resource.js @@ -36,7 +36,7 @@ var $resourceMinErr = angular.$$minErr('$resource');   *   `http://example.com:8080/api`), it will be respected.   *   *   If you are using a url with a suffix, just add the suffix, like this: - *   `$resource('http://example.com/resource.json')` or `$resource('http://example.com/:id.json') + *   `$resource('http://example.com/resource.json')` or `$resource('http://example.com/:id.json')`   *   or even `$resource('http://example.com/resource/:resource_id.:format')`   *   If the parameter before the suffix is empty, :resource_id in this case, then the `/.` will be   *   collapsed down to a single `.`.  If you need this sequence to appear and not collapse then you | 
