【发布时间】:2016-04-18 01:32:14
【问题描述】:
<!DOCTYPE html>
<html >
<head>
<title>Angular ToDo</title>
<script src="script/angular.js"></script>
<script src="script/script.js"></script>
</head>
<ng-app>
<body>
{{6+4}}
这是一个有效的角度语法吗?我可以使用 ng-app 作为元素吗?
【问题讨论】:
-
没有 ng-app 应该只作为属性。
标签: angularjs directive ng-app