我正在尝试在.jsp文件中添加角度代码,但收到一些错误,如:
"在此行找到多个注释:
- 开始元素标记
- 未定义的属性名称
(NG-APP)"
所以任何人都可以帮助如何继续下去!
答案 0 :(得分:0)
您可以将以下代码添加到JSP / Html文件中,以用户角度代码:
<script>
var myApp = angular.module('myApp', []);
myApp.controller('anyController', function ($scope, $http)
{
// Write your angular code here
});
</script>
答案 1 :(得分:0)
可能这些错误只来自html验证程序,可以忽略。我从来没有使用它,但你可以尝试这样的插件https://github.com/angelozerr/angularjs-eclipse