Skip to content

Instantly share code, notes, and snippets.

@Vivek-abstract
Last active September 21, 2018 14:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Vivek-abstract/f6260d57ed51d53f34c3a094332eb8a8 to your computer and use it in GitHub Desktop.
Save Vivek-abstract/f6260d57ed51d53f34c3a094332eb8a8 to your computer and use it in GitHub Desktop.
<ion-header>
<ion-navbar>
<ion-title>Create Post</ion-title>
</ion-navbar>
</ion-header>
<ion-content padding>
<div>
<h6 margin-top>Enter Address</h6>
<div id='searchBoxContainer'>
<input class="text-input text-input-md" id="searchBox" [(ngModel)]="address" placeholder="Address (Optional)">
</div>
<div id='myMap' style='width: 100%; height: 24rem;'></div>
<button (click)="createPost()" margin-top ion-button block>Submit</button>
</div>
</ion-content>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment