Skip to content

Stock Ticker #72

Description

@offsky

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions