From fd822bdaf9d04e522aaa5400b673f333190abe98 Mon Sep 17 00:00:00 2001 From: Misko Hevery Date: Fri, 7 Oct 2011 11:27:49 -0700 Subject: chore(formating): clean code to be function() { --- src/service/routeParams.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/service/routeParams.js') 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'} * */ -angularService('$routeParams', function(){ +angularService('$routeParams', function() { return {}; }); -- cgit v1.2.3