I have stripped my problem down to the most minimal form, as seen here: http://jsfiddle.net/ejubN/
I basically want to be able to load a large JSON object into $scope.b that gets rendered. And if any of the elements in @scope.b are changed, updated, or if a new one is created, then 'contenteditable' should be triggered to save that back to my rails application via a POST.