Skip to content

Instantly share code, notes, and snippets.

@brianarpie
brianarpie / gist:391b288fa2d785c4283c
Created January 8, 2016 21:52
possible values for yodlee_data_status_message charfield
yodlee_data_status_message
possible values:
"syncing"
"synced"
"error"
// /api/v1/portfolio/<id>/stats/
var dummyDataPortfolioStats = {
month_change : -2353.25,
cash_on_hand : 253355.20,
drawdown : -49376,
annual_return : 0.5,
annual_risk : 0.4,
sharpe : 0.7,
beta : 0.1,
profit: {
ServerName arpiedev.crisply.com
<VirtualHost *:80>
RewriteEngine on
RewriteCond %{HTTPS} !=on
RewriteRule ^(.*)$ https://%{SERVER_NAME}$1 [NE,R,L]
</VirtualHost>
<IfModule ssl_module>
<VirtualHost _default_:443>
(function() {
"use strict";
angular.module("myApp")
.directive("myDirective, function() {
// blanket linker function
function linker($scope, $element, $attrs) {