Last active
September 21, 2018 14:22
-
-
Save Vivek-abstract/f6260d57ed51d53f34c3a094332eb8a8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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