* Forces $templateFactory to use $http instead of $templateRequest. * * UI-Router uses `$templateRequest` by default on angular 1.3+. * Use this method to choose to use `$http` instead. * * --- * * ## Security warning * * This might cause XSS, as $http doesn't enforce the
(useUnsafeHttpService: boolean)
| 735 | * @param useUnsafeHttpService `true` to use `$http` to fetch templates |
| 736 | */ |
| 737 | useHttpService(useUnsafeHttpService: boolean); |
| 738 | } |
| 739 | |
| 740 | declare module '@uirouter/core/lib/state/stateRegistry' { |
no outgoing calls
no test coverage detected