diff -r 4a3899b6a7ed -r 766af1228b05 cms/app-client/app/serializers/geostat.js --- a/cms/app-client/app/serializers/geostat.js Sun Oct 16 22:23:31 2016 +0530 +++ b/cms/app-client/app/serializers/geostat.js Sun Oct 16 23:19:57 2016 +0530 @@ -4,7 +4,7 @@ normalizeResponse: function(store, primaryModelClass, payload) { var data = []; - Object.keys(payload).forEach(function(key) { + Object.keys(payload['geostats']).forEach(function(key) { data.push({ 'id': key, 'type': 'geostat', @@ -18,4 +18,4 @@ }; } -}); \ No newline at end of file +});