$scope.works = 
[
    {
      wproperties:'<span>text #1</span><span>text #2</span><span>text #2</span><span>text #3</span>' 
    }
]

<span ng-bind-html="work.wproperties"></span>

span is printing as null, who can help me? controllers and ng-app working so ng-bind-html not working..

You have $scope.works and work.properties. I imagine 'work' would need to be plural.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.