Greetings, i have an urgent question regarding AngularJS (1.2.9), JQuery (2.1.0) and Microsoft Visual Studio Express.
As you can read here <https://github.com/appendto/jquery-win8> is JQuery supported by Windows 8 Store Applications. Furthermore, I could build a simple AngularjS application without problems (including some modules like ui.router, but without JQuery). My problems then begin if I want to use both frameworks together - then i get the typical error message: “JavaScript runtime error: Unable to add dynamic content.” After reading some tutorials and posts (http://blog.jonathanchannon.com/2013/01/24/using-angularjsbackbonejs-in-windows-8-javascript-app, http://onehungrymind.com/windows-8-and-angularjs) i still struggling with this issue. I found this approach - but there's not a better way? MSApp.execUnsafeLocalFunction(function (){ element.insertBefore(child, > index); }); Just when later ui-bootstrap needs to be included, I would like to do without this workaround. Thanks in advance! -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
