From b99d064b6ddbcc9f59ea45004279833e9ea82928 Mon Sep 17 00:00:00 2001 From: Chirayu Krishnappa Date: Mon, 15 Jul 2013 12:26:46 -0700 Subject: fix(core): parse URLs using the browser's DOM API --- angularFiles.js | 1 + 1 file changed, 1 insertion(+) (limited to 'angularFiles.js') diff --git a/angularFiles.js b/angularFiles.js index a9d636b1..b93283a7 100755 --- a/angularFiles.js +++ b/angularFiles.js @@ -30,6 +30,7 @@ angularFiles = { 'src/ng/httpBackend.js', 'src/ng/locale.js', 'src/ng/timeout.js', + 'src/ng/urlUtils.js', 'src/ng/filter.js', 'src/ng/filter/filter.js', -- cgit v1.2.3