Skip to content

Instantly share code, notes, and snippets.

@tjsnell
Created April 24, 2013 12:20
Show Gist options
  • Save tjsnell/5451711 to your computer and use it in GitHub Desktop.
Save tjsnell/5451711 to your computer and use it in GitHub Desktop.
$scope.labels = {
open: "Open",
high: "High",
low: "Low",
last_trade: "Last",
market_cap: "Market Cap",
pe_ratio: "PE",
eps: "EPS",
volume: "Volume",
"52_week_high": "52 Week High",
dividend: "Dividend",
eps_est_annual: "EPS Annual Estimate"
};
// Define labels to display
$scope.keys = ["open", "high", "low", "last_trade", "volume", "52_week_high", "market_cap", "pe_ratio", "eps"];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment