Advertisement
Guest User

Untitled

a guest
Feb 27th, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. <select class="form-control" name="cityID" id="Select1" ng-change="RoomSelect()" ng-model="sRoom">
  2. <option value="1" selected="selected">One</option>
  3. <option value="2">Two</option>
  4. <option value="3">Three</option>
  5. <option value="4">Four</option>
  6. </select>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement