test($location): fix typo

This commit is contained in:
Peter Bacon Darwin
2014-11-10 12:09:29 +00:00
parent b264be40bc
commit 446e5669a1

View File

@@ -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(),