I\'ve got a repeater set up and can get data to display as long as there is no html within it.
I\'ve included angular-sanitize.js and have tried using <
angular-sanitize.js
You need to include the angular-sanitize.js http://ajax.googleapis.com/ajax/libs/angularjs/1.0.3/angular-sanitize.js
Add 'ngSanitize' to you module dependencies
var myApp = angular.module('myApp', ['ngSanitize']);
Don't use the {{}} in the attribute
{{}}
Don't use $sce.trustAsHtml()