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

Commit e251db9

Browse files
docs(ngView): remove obsolete comment from code sample
Closes #9086
1 parent 9cc9686 commit e251db9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/ngRoute/directive/ngView.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,6 @@ ngRouteModule.directive('ngView', ngViewFillContentFactory);
134134
controllerAs: 'chapter'
135135
});
136136
137-
// configure html5 to get links working on jsfiddle
138137
$locationProvider.html5Mode(true);
139138
}])
140139
.controller('MainCtrl', ['$route', '$routeParams', '$location',

0 commit comments

Comments
 (0)