From 06280a14b4edaf730966e1169639a22e7428a152 Mon Sep 17 00:00:00 2001 From: Peter Bacon Darwin Date: Mon, 15 Sep 2014 17:09:37 +0100 Subject: [PATCH] docs(ngView): remove obsolete comment from code sample Closes #9086 --- src/ngRoute/directive/ngView.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ngRoute/directive/ngView.js b/src/ngRoute/directive/ngView.js index ba61a6cd1e54..747a994e3d41 100644 --- a/src/ngRoute/directive/ngView.js +++ b/src/ngRoute/directive/ngView.js @@ -133,7 +133,6 @@ ngRouteModule.directive('ngView', ngViewFillContentFactory); controllerAs: 'chapter' }); - // configure html5 to get links working on jsfiddle $locationProvider.html5Mode(true); }]) .controller('MainCtrl', ['$route', '$routeParams', '$location',