mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-16 23:30:23 +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
|
||||
*
|
||||
* 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}
|
||||
*
|
||||
|
|
|
|||
|
|
@ -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}
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in a new issue