소스 검색

添加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>