Browse Source

添加input

HOUYT 7 years ago
parent
commit
ca94bbab2f
1 changed files with 2 additions and 0 deletions
  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>