From d78b2db951b532ec5a54a80813ab507daffd805f Mon Sep 17 00:00:00 2001 From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com> Date: Sat, 11 Jul 2015 18:13:55 -0400 Subject: [PATCH] changed the names of the income keys. --- dist/js/dataModelController.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/js/dataModelController.js b/dist/js/dataModelController.js index b071639..4654264 100644 --- a/dist/js/dataModelController.js +++ b/dist/js/dataModelController.js @@ -8,14 +8,14 @@ app.controller('dataModelController', ['$scope', function ($scope) { "states": ["none", "High School", "Associates", "Bachlors", "Masters", "PhD"] }, { - "key": "personalIncomeLevel", + "key": "personalIncome", "description": "Individual's average income per year", "detailsVisible" : false, "type": "number", "rangeMin": 0, }, { - "key": "householdIncomeLevel", + "key": "householdIncome", "description": "Household's average income per year", "detailsVisible" : false, "type": "number", -- GitLab