mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-05-15 10:13:10 +00:00
chore(docs): fix jsHint errors with long lines
This commit is contained in:
parent
e69c287293
commit
269bc7e51f
2 changed files with 4 additions and 2 deletions
|
|
@ -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}
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -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}
|
||||||
*
|
*
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue