多项选择题

下列选项中,在AngularJS中定义属性的正确方式是()。

A.var a=1;
B.$scope.a=1;
C.$scope.a="1";
D.var a="1";