summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--js/controller/NavigationController.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/controller/NavigationController.js b/js/controller/NavigationController.js
index 4ff3d2b7d..2483fbd00 100644
--- a/js/controller/NavigationController.js
+++ b/js/controller/NavigationController.js
@@ -156,7 +156,7 @@ app.controller('NavigationController', function ($route, FEED_TYPE, FeedResource
};
this.isSharedActive = function () {
- console.log("hey i'm : " + $route.current.$$route.type);
+ console.log('hey i\'m : ' + $route.current.$$route.type);
return $route.current &&
$route.current.$$route.type === FEED_TYPE.SHARED;
};