diff options
| -rw-r--r-- | src/ngResource/resource.js | 3 | ||||
| -rw-r--r-- | src/ngTouch/touch.js | 3 | 
2 files changed, 4 insertions, 2 deletions
| diff --git a/src/ngResource/resource.js b/src/ngResource/resource.js index 968e81f5..04c50886 100644 --- a/src/ngResource/resource.js +++ b/src/ngResource/resource.js @@ -9,7 +9,8 @@ var $resourceMinErr = angular.$$minErr('$resource');   *   * # ngResource   * - * The `ngResource` module provides interaction support with RESTful services via the $resource service. + * The `ngResource` module provides interaction support with RESTful services + * via the $resource service.   *   * {@installModule resource}   * diff --git a/src/ngTouch/touch.js b/src/ngTouch/touch.js index 17dad196..f885307d 100644 --- a/src/ngTouch/touch.js +++ b/src/ngTouch/touch.js @@ -8,7 +8,8 @@   * # ngTouch   *   * The `ngTouch` module provides touch events and other helpers for touch-enabled devices. - * The implementation is based on jQuery Mobile touch event handling ([jquerymobile.com](http://jquerymobile.com/)). + * The implementation is based on jQuery Mobile touch event handling  + * ([jquerymobile.com](http://jquerymobile.com/)).   *   * {@installModule touch}   * | 
