docs(ngView): remove obsolete comment from code sample

Closes #9086
This commit is contained in:
Peter Bacon Darwin
2014-09-15 17:09:37 +01:00
parent 9cc968689f
commit e251db9fb3

View File

@@ -134,7 +134,6 @@ ngRouteModule.directive('ngView', ngViewFillContentFactory);
controllerAs: 'chapter'
});
// configure html5 to get links working on jsfiddle
$locationProvider.html5Mode(true);
}])
.controller('MainCtrl', ['$route', '$routeParams', '$location',