在.xhtml页面中没有值的属性

时间:2015-09-15 12:26:49

标签: angularjs xhtml

在firefox中,本地化的html页面必须使用xhtml,因为本地化的变量被引入:

&blah.sub.name;

但问题是,对于像angular这样的框架,我们需要设置没有值的属性。比如ngCsp:

enter image description here

<!doctype html>
<html ng-app ng-csp>
...
...
</html>

然而,xhtml不同意这一点,它会引发错误。在运行期间,我们可以使用javascript设置这些属性,没有任何值的问题。但有没有办法在运行时这样做呢?

0 个答案:

没有答案