Advertisement
Guest User

Untitled

a guest
Sep 19th, 2019
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. <div class="card mt-2">
  2. <div class="card-body">
  3. <div class="form-group">
  4. <input id="add-waypoint" type="text" class="form-control" ng-model="map.waypoint.input" placeholder="Dodaj punkt">
  5. <button type="submit" ng-click="addWaypoint()" class="btn btn-info btn-block mt-2">Dodaj punkt</button>
  6. </div>
  7. </div>
  8. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement