diff options
| author | Chirayu Krishnappa | 2013-07-15 12:26:46 -0700 | 
|---|---|---|
| committer | Chirayu Krishnappa | 2013-07-19 01:44:57 -0700 | 
| commit | b99d064b6ddbcc9f59ea45004279833e9ea82928 (patch) | |
| tree | 94406ce1926027de90a43b4abf4a7c7c8b0651c6 /src/AngularPublic.js | |
| parent | 715d97d5c87c9250f8ac8b5801b8c7f3b197e815 (diff) | |
| download | angular.js-b99d064b6ddbcc9f59ea45004279833e9ea82928.tar.bz2 | |
fix(core): parse URLs using the browser's DOM API
Diffstat (limited to 'src/AngularPublic.js')
| -rwxr-xr-x | src/AngularPublic.js | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/src/AngularPublic.js b/src/AngularPublic.js index 03d465ff..99f6cdbd 100755 --- a/src/AngularPublic.js +++ b/src/AngularPublic.js @@ -125,7 +125,8 @@ function publishExternalAPI(angular){          $sniffer: $SnifferProvider,          $templateCache: $TemplateCacheProvider,          $timeout: $TimeoutProvider, -        $window: $WindowProvider +        $window: $WindowProvider, +        $$urlUtils: $$UrlUtilsProvider        });      }    ]); | 
