chore(docs): fix jsHint errors with long lines

This commit is contained in:
Matias Niemelä 2013-10-23 17:44:37 -04:00
parent e69c287293
commit 269bc7e51f
2 changed files with 4 additions and 2 deletions

View file

@ -9,7 +9,8 @@ var $resourceMinErr = angular.$$minErr('$resource');
* *
* # ngResource * # 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} * {@installModule resource}
* *

View file

@ -8,7 +8,8 @@
* # ngTouch * # ngTouch
* *
* The `ngTouch` module provides touch events and other helpers for touch-enabled devices. * 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} * {@installModule touch}
* *