gpt4 book ai didi

javascript - ngBindHtml 不能与 ngSanitize 一起使用

转载 作者:行者123 更新时间:2023-11-28 07:51:38 26 4
gpt4 key购买 nike

我是 Angular.js 的新手,所以我知道这是一个太基本的问题,但这里似乎是找到 Angular.js 问题答案的唯一地方。

<!doctype html>
<html ng-app="example">
<head>
<script src="angular.min.js"></script>
<script src="angular.sanitize.min.js"></script>
<script>
var example = angular.module("example", ['ngSanitize']);
example.controller("exampleCtrl", function($scope){
$scope.appTitle = "<b>Example Angular App</b>";
});
</script>
</head>
<body ng-controller="exampleCtrl">
<h1 ng-bind-html="appTitle"></h1>
</body>
</html>

我关注 Rodrigo Branas 的书(Angular.js Essentials)。他只是使用“parking”一词作为变量名称,而不是“example”。

我不知道 angular.js 等是否有更新?

最佳答案

要显示 $scope 中的项目,请使用:

<h1>{{ appTitle }}</h1>

检查这个 fiddle :http://jsfiddle.net/zn7osxt6/

关于javascript - ngBindHtml 不能与 ngSanitize 一起使用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26733356/

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