testone.txt 526 B

123456789101112131415161718
  1. div ng-if="item.t__type == 1">
  2. <div class="item item-divider"></div>
  3. <div class="item item-input">
  4. <span>{{item.name}}</span>
  5. <label class="input-margin">
  6. <input type="text" ng-model="item.text" placeholder="{{note}}" style="background-colro:black;colro:red">
  7. <p>this is a new world</p>
  8. <input type="text" ng-model="item.text" placeholder="{{note}}" style="background-colro:black;colro:red">
  9. <<<<<<< .mine
  10. =======
  11. >>>>>>> .theirs
  12. </label>
  13. </div>
  14. </div>