标签: javascript angularjs jquery-mobile scope url-routing
我需要使angularjs和jquery mobile在移动应用程序中共存,并将路由逻辑留给jquery mobile(即不使用ngRoute模块,而是使用jquerymobile' ajax dom注入)。
如果我使用jquery mobile的单页模板,那么范围没有问题,但是如果我通过ajax打开外部html页面,似乎angular会失去其范围。
以下是片段: http://embed.plnkr.co/4Ct8I9YnGq0CpRmnsVgO/preview