fix(core): parse URLs using the browser's DOM API

This commit is contained in:
Chirayu Krishnappa
2013-07-15 12:26:46 -07:00
parent 715d97d5c8
commit b99d064b6d
7 changed files with 160 additions and 75 deletions

1
angularFiles.js vendored
View File

@@ -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',