<tr ng-repeat="obj in currencies">
<td ng-bind-html-unsafe="obj.status">{{obj.status}}</td> ...
is working in older angularjs ver 1.0.8, that output as HTML,
but it's do'nt working in v1.2.0-rc.2 :(((((((((((((((((((( output as <span class='label label-success'> 3 </span>
Why ??????????????????
воскресенье, 15 июля 2012 г., 21:52:45 UTC+3 пользователь Victor Stan написал:
Hi,