OpenF2 / F2

Redefining web integration for the financial services community
Apache License 2.0
129 stars 62 forks source link

GET NEW QUOTE button in the Quote app example doesn't work #257

Closed ryanolsen closed 8 years ago

ryanolsen commented 9 years ago

When I click the "GET NEW QUOTE" button in the Quote app example I would expect it to load a new quote. Right now nothing happens.

/examples/apps/JavaScript/Quote/appclass.js

markhealey commented 9 years ago

This is the same issue as https://github.com/OpenF2/iOS-Container/issues/5.

I think the "Get new quote" button wasn't completely wired up. That text input is supposed to have an autocomplete (see openf2.org/examples and type in "MSFT").

The iPad app loads the same App from openf2.org/examples, so fixing the App on the website's Examples page will resolve https://github.com/OpenF2/iOS-Container/issues/5. It is a separate App (same JS code though) as the one in the Github repo mentioned by @ryanolsen above.

timburcham commented 9 years ago

@ryanolsen : could you verify?

qrider commented 8 years ago

I have verified fix. Closing