This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
Angular doesn't seem to work in Win8 #1853
Closed
Description
In my attempt at evaluating JS frameworks, I copied the TODO MVC Angular demo and put it into a Win8 app but it throws an exception when the app starts up:
JavaScript runtime error: Unable to add dynamic content. A script attempted to inject
dynamic content or elements previously modified dynamically that might be unsafe. For
example, using the innerHTML property to add script or malformed HTML will generate this
exception. Use the toStaticHTML method to filter dynamic content or explicitly create
elements and attributes with a method such as createElement.
It stops on a.appendChild(c)
I referenced jQuery 1.8.2 separately but same error and also the same error with https://github.com/appendto/jquery-win8