Search Result not get bind with ngModel
From @thisdotvicky on July 10, 2017 7:45
Hi,
Tried this as per the documentation got these 2 error after selection of item from search result
-
ERROR TypeError: _co.getAddress is not a function at Object.eval [as handleEvent] (CorporateCompanyNewRequestComponent.html:197) at handleEvent (core.es5.js:12076) at callWithDebugContext (core.es5.js:13535) at Object.debugHandleEvent [as handleEvent] (core.es5.js:13123) at dispatchEvent (core.es5.js:8688) at core.es5.js:10850 at SafeSubscriber.schedulerFn [as _next] (core.es5.js:3647) at SafeSubscriber.__tryOrUnsub (Subscriber.js:238) at SafeSubscriber.next (Subscriber.js:185) at Subscriber._next (Subscriber.js:125)
-
ERROR CONTEXT
| 1 | 2 | 3 |
|---|---|---|
| View_CorporateCompanyNewRequestComponent_0 | @ | CorporateCompanyNewRequestComponent.html:197 |
| proxyClass | @ | |
| DebugContext_.logError | @ | |
| ErrorHandler.handleError | @ | |
| (anonymous) | @ | |
| schedulerFn | @ | |
| SafeSubscriber.__tryOrUnsub | @ | |
| SafeSubscriber.next | @ | |
| Subscriber._next | @ | |
| Subscriber.next | @ | |
| Subject.next | @ | |
| EventEmitter.emit | @ | |
| invokeEvent | @ | |
| trigger.autocomplete.addListener | @ | |
| _.A.trigger | @ | |
| Ib | @ | |
| Ib | @ | |
| _.k.set | @ | |
| (anonymous) | @ | |
| a | @ | |
| (anonymous) | @ | |
| (anonymous) | @ | |
| (anonymous) | @ | |
| (anonymous) | @ | |
| (anonymous) | @ | |
| c | @ |
Copied from original issue: psykolm22/ng2-google-place-autocomplete#24