mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-23 03:30:02 +08:00
test($location): fix typo
This commit is contained in:
@@ -1232,7 +1232,7 @@ describe('$location', function() {
|
||||
});
|
||||
|
||||
|
||||
it('should not rewrite full url links do different domain', function() {
|
||||
it('should not rewrite full url links to different domain', function() {
|
||||
configureService({linkHref: 'http://www.dot.abc/a?b=c', html5Mode: true});
|
||||
inject(
|
||||
initBrowser(),
|
||||
|
||||
Reference in New Issue
Block a user