angular2-google-map-auto-complete
Advanced tools
Comparing version 1.0.2 to 1.0.3
/* | ||
* To change this license header, choose License Headers in Project Properties. | ||
* To change this template file, choose Tools | Templates | ||
* and open the template in the editor. | ||
* @author RAJAN G | ||
*/ | ||
@@ -43,3 +41,3 @@ System.register(['angular2/core', '../directives/googleplace.directive'], function(exports_1, context_1) { | ||
directives: [googleplace_directive_1.GoogleplaceDirective], | ||
template: "\n <input type=\"text\" [(ngModel)] = \"address\" (setAddress) = \"getAddress($event)\" googleplace/>\n " | ||
template: "\n\tType Location :\n <input type=\"text\" [(ngModel)] = \"address\" (setAddress) = \"getAddress($event)\" googleplace/>\n " | ||
}), | ||
@@ -46,0 +44,0 @@ __metadata('design:paramtypes', []) |
@@ -12,2 +12,3 @@ /* | ||
template: ` | ||
Type Location : | ||
<input type="text" [(ngModel)] = "address" (setAddress) = "getAddress($event)" googleplace/> | ||
@@ -14,0 +15,0 @@ ` |
{ | ||
"name": "angular2-google-map-auto-complete", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "google map auto complete directive for angular2", | ||
@@ -21,2 +21,8 @@ "main": "index.js", | ||
}, | ||
"devDependencies": { | ||
"concurrently": "^2.0.0", | ||
"lite-server": "^2.2.0", | ||
"typescript": "^1.8.10", | ||
"typings":"^0.8.1" | ||
}, | ||
"scripts": { | ||
@@ -23,0 +29,0 @@ "start": "tsc && concurrently \"npm run tsc:w\" \"npm run lite\" ", |
Angular2 | ||
========= | ||
##Sample | ||
![google-search](https://cloud.githubusercontent.com/assets/13415700/16227016/e4ea3010-37cb-11e6-94ea-0d39b4650290.png) | ||
@@ -4,0 +6,0 @@ The sources for this package are in (https://github.com/rajan-g/angular2-google-place-autocomplete) repo. Please file issues and pull requests against that repo. |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
119749
36
4
2284