
Product
Introducing Socket Fix for Safe, Automated Dependency Upgrades
Automatically fix and test dependency updates with socket fix—a new CLI tool that turns CVE alerts into safe, automated upgrades.
tw-angular-google-places-autocomplete
Advanced tools
angular-google-places-autocomplete ================
Angular directive for the Google Places Autocomplete component.
Install via bower: bower install angular-google-places-autocomplete
Or if you're old skool, copy src/autocomplete.js
into your project.
Then add the script to your page (be sure to include the Google Places API as well):
<script src="https://maps.googleapis.com/maps/api/js?libraries=places"></script>
<script src="/bower_components/angular-google-places-autocomplete/src/autocomplete.js"></script>
You'll probably also want the styles:
<link rel="stylesheet" href="/bower_components/angular-google-places-autocomplete/src/autocomplete.css">
First add the dependency to your app:
angular.module('myApp', ['google.places']);
Then you can use the directive on text inputs like so:
<input type="text" g-places-autocomplete ng-model="myScopeVar" />
The directive also supports the following optional attributes:
false
.Create a ticket here
Issue a pull request including any relevant testing and updated any documentation if required.
FAQs
angular-google-places-autocomplete ================
The npm package tw-angular-google-places-autocomplete receives a total of 3 weekly downloads. As such, tw-angular-google-places-autocomplete popularity was classified as not popular.
We found that tw-angular-google-places-autocomplete demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Product
Automatically fix and test dependency updates with socket fix—a new CLI tool that turns CVE alerts into safe, automated upgrades.
Security News
CISA denies CVE funding issues amid backlash over a new CVE foundation formed by board members, raising concerns about transparency and program governance.
Product
We’re excited to announce a powerful new capability in Socket: historical data and enhanced analytics.