Skip to content
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.

Commit

Permalink
Merge pull request #44 from shockey/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
etodanik committed Dec 24, 2016
2 parents 0cf3700 + ec3b3c8 commit d9c7281
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Expand Up @@ -27,6 +27,9 @@ angular.module('myApp', [
]);
```

You'll also have to include `ion-google-place.js` in your Ionic app, probably near where you added the Google Maps API script:
`<script src="path/to/your/libfolder/ion-google-place/ion-google-place.js"></script>`

That's pretty much it. Now you can use the directive like so:
`<ion-google-place placeholder="Enter an address, Apt# and ZIP" ng-model="location" search-placeholder="Enter an address, Apt# and ZIP"/>`

Expand Down

0 comments on commit d9c7281

Please sign in to comment.