Simple question- if I have this in my controller:
$scope.somedata = \'Item 1, Item 2\'; // set from something else
is there a way to split some
I guess I'm too late, but why not simply do this:
{{item}}
works just fine.
JSBin for evidence!