i have to pass html code by angullar js data
this.items = [
{
'title': 'Angular',
'icon': 'angular',
'description': " <ul><li>Coffee</li><li>Tea</li><li>Milk</li></ul>A powerful Javascript framework for building single page apps. Angular is open source, and maintained by Google.",
'color': '#E63135'
},
{
'title': 'CSS3',
'icon': 'css3',
'description': '<ul><li>Coffee</li><li>Tea</li><li>Milk</li></ul> The latest version of cascading stylesheets - the styling language of the web!',
'color': '#0CA9EA'
},
{
'title': 'HTML5',
'icon': 'html5',
'description': 'The latest version of the web\'s markup language.',
'color': '#F46529'
},]
bu in the view html
{{item.description}}
not working
ng-bind-html="item.description"
not working