Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stock Ticker #72

Open
offsky opened this issue Nov 3, 2015 · 0 comments
Open

Stock Ticker #72

offsky opened this issue Nov 3, 2015 · 0 comments

Comments

@offsky
Copy link
Owner

offsky commented Nov 3, 2015

A new directive to view and edit a stock price.

$scope.myStock = "AAPL";
..
<div ade-stock ade-id="1234" ng-model="myStock"></div>

A div with this directive would show the stock name and the latest price along with its daily movement. Similar to this:
screen shot 2015-11-03 at 3 39 08 pm

Clicking the div will replace it with a text box where you can edit the stock name which will be saved the normal ADE way on blur.

Research will have to be done to determine if there is an easy to use free source of live stock price information that works with JS only (no server component).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant