Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

Commit

Permalink
docs(ngView): remove obsolete comment from code sample
Browse files Browse the repository at this point in the history
Closes #9086
  • Loading branch information
petebacondarwin committed Sep 15, 2014
1 parent 8173382 commit 06280a1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ngRoute/directive/ngView.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 06280a1

Please sign in to comment.