我正在使用以下方式处理Angular应用:
`<html ng-app="navops"></html>`
我们聘请了一位设计师如何给我一个缩小的JS脚本,他正在使用:
angular.bootstrap(element,modules,config);
所以这会产生错误:
App Already Bootstrapped with this Element '<body>'
如何整合这两个代码??
答案 0 :(得分:0)
你正在引导两次,从body标签中删除ng-app它会起作用。如果您的代码不再有效,请确保将其作为依赖项添加到bootstrap()
命令中。大概你只需要在“modules
数组