Skip to content

Commit a68e1e5

Browse files
committed
Removed erroneous comment for a feature that doesn't exist
1 parent c501477 commit a68e1e5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/routers/ngRoute.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ function($rootScope, $route, $location, $middleware) {
4444
event.preventDefault();
4545

4646
// If the redirect route is the same, then just reload
47-
// Make sure to only do this once though - we don't want an infinite loop
4847
if ( current.regexp.test(match[1]) ) {
4948
return $route.reload();
5049
}

0 commit comments

Comments
 (0)