harm-less / angular-ui-router-css

UI Router (1.*) extension to load route-specific, promised based CSS files
http://harm-less.github.io/angular-ui-router-css
0 stars 1 forks source link

Not Working on IE11 #6

Open ashvaniverma18 opened 6 years ago

ashvaniverma18 commented 6 years ago

css is not removed on IE11 .

Object doesn't support property or method 'remove' TypeError: Object doesn't support property or method 'remove'

fix is to use - definition.element.parentNode.removeChild(definition.element); instead of definition.element.remove() since remove method is not supported by IE11, can you please do make changes to your library so that we can use fixed version