Advertisement
Guest User

Untitled

a guest
Aug 28th, 2015
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. <div ng-style ="{'background-image': 'url(/images/food.png)', 'background-repeat': 'repeat-y'}">
  2.  
  3. <div class="form-group col-xs-offset-1">
  4. <label for="phno" style="font: 22px sans-serif;">Mobile No</label>
  5. <input type="tel" name="phno"
  6. id="phno"
  7. style="margin-left: 60px; width: 300px; margin-top: 50px; margin-bottom: 20px"
  8. class="phInput"
  9. ng-maxlength="10" ng-minlength="10"
  10. ng-model="csNumber" required />
  11. </div>
  12.  
  13.  
  14. <div class="form-actions">
  15. <button type="submit" ng-disabled="CSloginForm.$invalid"
  16. class="btn btn-primary btn-lg col-xs-offset-9"
  17. ng-click="csLookUp()"
  18. style="margin-bottom: 10px">Start</button>
  19. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement