浏览代码

添加input

HOUYT 7 年之前
父节点
当前提交
ca94bbab2f
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      testone.txt

+ 2 - 0
testone.txt

@@ -4,6 +4,8 @@ div ng-if="item.t__type == 1">
         <span>{{item.name}}</span>
         <label class="input-margin">
             <input type="text" ng-model="item.text" placeholder="{{note}}" style="background-colro:black;colro:red">
+     <input type="text" ng-model="item.text" placeholder="{{note}}" style="background-colro:black;colro:red">
+
         </label>
     </div>
 </div>