Angularjs,使用data-ng-controller和ng-controller

前端之家收集整理的这篇文章主要介绍了Angularjs,使用data-ng-controller和ng-controller前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
有时我看到数据管理控制器,但更常见的是ng控制器

我已经使用了ng控制器,这似乎很清楚。但是data-ng-controller ..是什么?

他们之间有什么区别,哪里使用什么?

Angularjs使用归一化过程进行指令名称/属性匹配。

http://docs.angularjs.org/guide/directive的angularjs文件

部分匹配指令:

The normalization process is as follows:

Strip x- and data- from the front of the element/attributes. Convert the :,-,or _-delimited name to camelCase.

原文链接:https://www.f2er.com/angularjs/144940.html

猜你在找的Angularjs相关文章