Parcourir la source

Merge branch 'master' of git.linkerplus.com:houyt/xinde11

# Conflicts:
#	testone.txt
HOUYT il y a 7 ans
Parent
commit
5e229b2ccb
1 fichiers modifiés avec 5 ajouts et 1 suppressions
  1. 5 1
      testone.txt

+ 5 - 1
testone.txt

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