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

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shockey committed May 28, 2015
1 parent 4bcfc99 commit ec3b3c8
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" />`

0 comments on commit ec3b3c8

Please sign in to comment.