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

Commit 06280a1

Browse files
docs(ngView): remove obsolete comment from code sample
Closes #9086
1 parent 8173382 commit 06280a1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: src/ngRoute/directive/ngView.js

-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,6 @@ ngRouteModule.directive('ngView', ngViewFillContentFactory);
133133
controllerAs: 'chapter'
134134
});
135135
136-
// configure html5 to get links working on jsfiddle
137136
$locationProvider.html5Mode(true);
138137
}])
139138
.controller('MainCtrl', ['$route', '$routeParams', '$location',

0 commit comments

Comments
 (0)