Después de leer el paso 9 del tutorial de AngularJS , he creado mi propio filtro AngularJS, que debería convertir datos booleanos en html. Aquí está mi código de filtro: angular.module('phonecatFilters', []).filter('iconify', function () { // My custom filter return function (input) {...