(html5mode)
| 115 | } |
| 116 | |
| 117 | export function html5Compat(html5mode) { |
| 118 | return angular.isObject(html5mode) && html5mode.hasOwnProperty('enabled') ? html5mode.enabled : html5mode; |
| 119 | } |
| 120 | |
| 121 | /** |
| 122 | * The ng1 $exceptionHandler from angular-mocks will re-throw any exceptions thrown in a Promise. |
no outgoing calls
no test coverage detected