Looking for assistance with converting a phrase string into an array of word strings using angularjs. For instance, I want to convert $scope.phrase='come back home'
to
$scope.words=['come','back','home']
Your help on this would be greatly appreciated. Thank you!