diff options
Diffstat (limited to 'src/service/routeParams.js')
| -rw-r--r-- | src/service/routeParams.js | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/service/routeParams.js b/src/service/routeParams.js index d9bfa61a..ac496ec7 100644 --- a/src/service/routeParams.js +++ b/src/service/routeParams.js @@ -26,6 +26,6 @@   *  $routeParams ==> {chapterId:1, sectionId:2, search:'moby'}   * </pre>   */ -angularService('$routeParams', function(){ +angularService('$routeParams', function() {    return {};  }); | 
