gpt4 book ai didi

javascript - 一个简单的 Angular Directive(指令)不起作用

转载 作者:行者123 更新时间:2023-12-02 16:43:54 25 4
gpt4 key购买 nike

我是初学者。这些是从示例中复制的。他们现在不能工作。

 <html ng-app>
<head>
<script src="angular.min.js"></script>
<script >
var app = angular.module("App", []);
app.directive("antest", function(){
debugger;
return {
restrict: "AE",
templateUrl: "b.html",
replace: true
};
});
</script>
</head>
<body>
<antest></antest>
</body>
</html>

最佳答案

您已将模块命名为“App”。所以你需要 ng-app="App"才能工作。

关于javascript - 一个简单的 Angular Directive(指令)不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27274454/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com