mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2024-11-22 13:07:59 +01:00
Fix resource loading on IE
This commit is contained in:
parent
b98dc617e6
commit
c68b007ed7
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ module.config [
|
||||||
return config
|
return config
|
||||||
]
|
]
|
||||||
|
|
||||||
|
# This fixes resource loading on IE
|
||||||
$sceDelegateProvider.resourceUrlWhitelist [
|
$sceDelegateProvider.resourceUrlWhitelist [
|
||||||
'self',
|
'self',
|
||||||
'/templates/directives/*'
|
'/templates/directives/*'
|
||||||
|
|
Loading…
Reference in a new issue