angular-google-place icon indicating copy to clipboard operation
angular-google-place copied to clipboard

Search Result not get bind with ngModel

Open psykolm22 opened this issue 8 years ago • 0 comments

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

  1. 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)

  2. 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

psykolm22 avatar Dec 31 '17 12:12 psykolm22