I'm trying to create an array holding telephones, i have this code
(我正在尝试创建一个拿着电话的阵列,我有这个代码)
<input type="text" ng-model="telephone[0]" />
<input type="text" ng-model="telephone[1]" />
But i can't access $scope.telephone
(但我无法访问$ scope.telephone)
ask by DelGiudice translate from so
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…