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

Commit 446e566

Browse files
committedDec 1, 2014
test($location): fix typo
1 parent b264be4 commit 446e566

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎test/ng/locationSpec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1232,7 +1232,7 @@ describe('$location', function() {
12321232
});
12331233

12341234

1235-
it('should not rewrite full url links do different domain', function() {
1235+
it('should not rewrite full url links to different domain', function() {
12361236
configureService({linkHref: 'http://www.dot.abc/a?b=c', html5Mode: true});
12371237
inject(
12381238
initBrowser(),

0 commit comments

Comments
 (0)
This repository has been archived.