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

Commit a9b6b21

Browse files
committed
fixup! feat($route): add support for the reloadOnUrl configuration option
1 parent c767d3e commit a9b6b21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/ngRoute/routeSpec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2052,7 +2052,7 @@ describe('$route', function() {
20522052
);
20532053

20542054

2055-
it('should reload when `reloadOnSearch` is true and url differs only in route path param',
2055+
it('should reload when `reloadOnSearch` is false and url differs only in route path param',
20562056
function() {
20572057
var routeChange = jasmine.createSpy('route change');
20582058

0 commit comments

Comments
 (0)