I am trying to limit the characters i see on my angular js app. Currently i am using:
Inject $sce into your controller and then use it like below:
$sce
$scope.contentText = $sce.trustAsHtml(item.get('Content'));
In your html