有时我看到数据管理控制器,但更常见的是ng控制器
我已经使用了ng控制器,这似乎很清楚。但是data-ng-controller ..是什么?
他们之间有什么区别,哪里使用什么?
Angularjs使用归一化过程进行指令名称/属性匹配。
原文链接:https://www.f2er.com/angularjs/144940.html从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.