Skip to content

Instantly share code, notes, and snippets.

@pyro2927
Created March 4, 2014 14:03
Show Gist options
  • Save pyro2927/9347013 to your computer and use it in GitHub Desktop.
Save pyro2927/9347013 to your computer and use it in GitHub Desktop.
var listModelGraph = attrs.listModel.split('.');
$scope.valueArray = _.reduce(listModelGraph, function (scope, node) { return scope[node]; }, $scope);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment