带有json数据的点扩展文件的目的

时间:2016-03-26 16:52:49

标签: angularjs json

在我自学AngularJS和UI Grid的过程中,我曾多次看到带有json数据的点扩展文件(即 foobar.dot )。它的目的是什么?

{
    "Foo":"Abc",
    "Bar":"Xyz"
}

例如,来自this page的数据呈现为using the following dot-file

1 个答案:

答案 0 :(得分:1)

点规则的使用是为了确保继承正在使用中。如果没有它,示波器模型可能无法在控制器中正常工作。

有关详细说明:https://github.com/angular/angular.js/wiki/Understanding-Scopes