window.onload=function(){ angular.module('app', []) .directive("masonry", function() { var NGREPEAT_SOURCE_RE = ''; return { compile: function(element, attrs) { // auto add animation to brick element var animation = attrs.ngAnimate || "'masonry'"; var $brick = element.children(); $brick.attr("ng-animate", animation); // generate item selector (exclude leaving items) var type = $brick.prop('tagName'); var itemSelector = type + ":not([class$='-leave-active'])"; return function(scope, element, attrs) { var options = angular.extend({ itemSelector: itemSelector }, scope.$eval(attrs.masonry)); // try to infer model from ngRepeat if (!options.model) { var ngRepeatMatch = element.html().match(NGREPEAT_SOURCE_RE); if (ngRepeatMatch) { options.model = ngRepeatMatch[4]; } } // initial animation element.addClass('masonry'); // Wait inside directives to render setTimeout(function() { element.masonry(options); element.on("$destroy", function() { element.masonry('destroy') }); if (options.model) { scope.$apply(function() { scope.$watchCollection(options.model, function(_new, _old) { if (_new == _old) return; // Wait inside directives to render setTimeout(function() { element.masonry("reload"); }); }); }); } }); }; } }; }) .controller('MainCtrl', function($scope, $http) { $scope.items = [{pregunta: "Delegación CEDHV instaló módulo en Tamalín", imagen: "12024-05-02-14-20-50.jpg", folio: 109973, fecha: "02\u002F05\u002F2024", programa: "INTERES_GENERAL", area: "CS", mes: 5, anio: 2024}, {pregunta: "Imparte Namiko Matzumoto jornada de Derechos Humanos", imagen: "12024-05-01-16-56-11.jpg", folio: 109968, fecha: "01\u002F05\u002F2024", programa: "INTERES_GENERAL", area: "CS", mes: 5, anio: 2024}, {pregunta: "Acudió delegación CEDHV a mesa \u0022El derecho de las niñas, niños y adolescentes\u0022", imagen: "12024-04-30-13-03-08.jpg", folio: 109957, fecha: "29\u002F04\u002F2024", programa: "INTERES_GENERAL", area: "CS", mes: 4, anio: 2024}, {pregunta: "Participa delegación CEDHV en Feria de Seguridad", imagen: "12024-04-29-13-40-58.jpg", folio: 109952, fecha: "29\u002F04\u002F2024", programa: "INTERES_GENERAL", area: "CS", mes: 4, anio: 2024}, {pregunta: "Personal CEDHV se suma a Día Naranja", imagen: "12024-04-25-17-38-24.jpg", folio: 109947, fecha: "25\u002F04\u002F2024", programa: "INTERES_GENERAL", area: "CS", mes: 4, anio: 2024}, {pregunta: "Entregan constancias para servidores públicos de CEDHV", imagen: "12024-04-25-11-05-46.jpg", folio: 109942, fecha: "24\u002F04\u002F2024", programa: "INTERES_GENERAL", area: "CS", mes: 4, anio: 2024}, {pregunta: "Participa personal CEDHV en Conversatorio de Ética", imagen: "32024-04-23-17-51-05.jpg", folio: 109937, fecha: "23\u002F04\u002F2024", programa: "INTERES_GENERAL", area: "CS", mes: 4, anio: 2024}, {pregunta: "Atendió módulo itinerante en Platón Sánchez", imagen: "12024-04-22-18-19-07.jpg", folio: 109932, fecha: "22\u002F04\u002F2024", programa: "INTERES_GENERAL", area: "CS", mes: 4, anio: 2024}, {pregunta: "Asiste delegación CEDHV a toma de protesta de Colegio de Abogados", imagen: "12024-04-19-11-02-57.jpg", folio: 109927, fecha: "18\u002F04\u002F2024", programa: "INTERES_GENERAL", area: "CS", mes: 4, anio: 2024}, {pregunta: "Se suman delegaciones CEDHV a Día Internacional Contra la homofobia", imagen: "62024-04-18-16-49-18.jpg", folio: 109922, fecha: "17\u002F04\u002F2024", programa: "INTERES_GENERAL", area: "CS", mes: 4, anio: 2024}, {pregunta: "Visitó delegación CEDHV albergue de personas migrantes", imagen: "12024-04-17-16-53-02.jpg", folio: 109917, fecha: "16\u002F04\u002F2024", programa: "INTERES_GENERAL", area: "CS", mes: 4, anio: 2024}, {pregunta: "Reciben capacitación en DDHH policías municipales", imagen: "12024-04-15-18-42-22.jpg", folio: 109912, fecha: "15\u002F04\u002F2024", programa: "INTERES_GENERAL", area: "CS", mes: 4, anio: 2024}, {pregunta: "Capacita delegación CEDHV a servidores públicos de Coatzintla", imagen: "12024-04-12-18-44-56.jpg", folio: 109907, fecha: "12\u002F04\u002F2024", programa: "INTERES_GENERAL", area: "CS", mes: 4, anio: 2024}, {pregunta: "Visitó personal CEDHV Centro de Atención a Niños Migrantes", imagen: "12024-04-11-17-04-32.jpg", folio: 109902, fecha: "11\u002F04\u002F2024", programa: "INTERES_GENERAL", area: "CS", mes: 4, anio: 2024}, {pregunta: "Imparte CEDHV jornada de capacitación en Las Vigas", imagen: "12024-04-11-16-58-07.jpg", folio: 109897, fecha: "10\u002F04\u002F2024", programa: "INTERES_GENERAL", area: "CS", mes: 4, anio: 2024}, {pregunta: "Capacita delegación étnica CEDHV a trabajadores del sector salud", imagen: "12024-04-09-17-39-50.jpg", folio: 109892, fecha: "09\u002F04\u002F2024", programa: "INTERES_GENERAL", area: "CS", mes: 4, anio: 2024}, {pregunta: "Visitó módulo CEDHV Platón Sánchez", imagen: "12024-04-09-13-07-22.jpg", folio: 109887, fecha: "08\u002F04\u002F2024", programa: "INTERES_GENERAL", area: "CS", mes: 4, anio: 2024}, {pregunta: "Módulo itinerante brindó atención en Pánuco", imagen: "12024-04-05-12-19-27.jpg", folio: 109882, fecha: "05\u002F04\u002F2024", programa: "INTERES_GENERAL", area: "CS", mes: 4, anio: 2024}, {pregunta: "Asistió CEDHV a Centro de Atención a Niños Migrantes", imagen: "12024-04-02-15-11-37.jpg", folio: 109877, fecha: "02\u002F04\u002F2024", programa: "INTERES_GENERAL", area: "CS", mes: 4, anio: 2024}, {pregunta: "Reciben capacitación policías municipales de Coatepec", imagen: "12024-04-01-09-20-13.jpg", folio: 109872, fecha: "26\u002F03\u002F2024", programa: "INTERES_GENERAL", area: "CS", mes: 3, anio: 2024}, {pregunta: "Se une CEDHV a Día Internacional de Eliminación de la Violencia", imagen: "12024-03-25-15-15-31.jpg", folio: 109867, fecha: "25\u002F03\u002F2024", programa: "INTERES_GENERAL", area: "CS", mes: 3, anio: 2024}, {pregunta: "Asistió delegación CEDHV a Foro de Ley Indígena", imagen: "12024-03-25-11-29-15.jpg", folio: 109862, fecha: "25\u002F03\u002F2024", programa: "INTERES_GENERAL", area: "CS", mes: 3, anio: 2024}, {pregunta: "Fortalece personal CEDHV conocimientos teóricos de DDHH", imagen: "12024-03-21-16-17-58.jpg", folio: 109857, fecha: "21\u002F03\u002F2024", programa: "INTERES_GENERAL", area: "CS", mes: 3, anio: 2024}, {pregunta: "Participan estudiantes en capacitación sobre Discapacidad y DDHH", imagen: "12024-03-20-17-33-02.jpg", folio: 109852, fecha: "20\u002F03\u002F2024", programa: "INTERES_GENERAL", area: "CS", mes: 3, anio: 2024}, {pregunta: "Necesario generar consciencia sobre derechos humanos: Namiko Matzumoto", imagen: "42024-03-20-09-38-26.jpg", folio: 109847, fecha: "19\u002F03\u002F2024", programa: "INTERES_GENERAL", area: "CS", mes: 3, anio: 2024}, {pregunta: "Se realizó primera Sesión Ordinaria de Gobierno Abierto", imagen: "22024-03-19-13-47-38.jpg", folio: 109842, fecha: "19\u002F03\u002F2024", programa: "INTERES_GENERAL", area: "CS", mes: 3, anio: 2024}, {pregunta: "Visitó CEDHV centro de atención a niños migrantes", imagen: "12024-03-15-16-21-42.jpg", folio: 109833, fecha: "15\u002F03\u002F2024", programa: "INTERES_GENERAL", area: "CS", mes: 3, anio: 2024}, {pregunta: "Atiende CEDHV Reunión de Mecanismo de Monitoreo", imagen: "12024-03-14-09-44-58.jpg", folio: 109828, fecha: "13\u002F03\u002F2024", programa: "INTERES_GENERAL", area: "CS", mes: 3, anio: 2024}, {pregunta: "Asisten personas funcionarias de la CEDHV a curso de Comunicación Institucional", imagen: "12024-03-11-17-33-16.jpg", folio: 109823, fecha: "11\u002F03\u002F2024", programa: "INTERES_GENERAL", area: "CS", mes: 3, anio: 2024}, {pregunta: "Reciben docentes capacitación en DDHH", imagen: "32024-03-08-10-26-49.jpg", folio: 109818, fecha: "08\u002F03\u002F2024", programa: "INTERES_GENERAL", area: "CS", mes: 3, anio: 2024}, {pregunta: "Brinda CEDHV capacitación a oficiales del Registro Civil", imagen: "12024-03-06-12-49-16.jpg", folio: 109813, fecha: "06\u002F03\u002F2024", programa: "INTERES_GENERAL", area: "CS", mes: 3, anio: 2024}, {pregunta: "Promueve delegación CEDHV actividades con universidades", imagen: "12024-03-05-15-43-54.jpg", folio: 109808, fecha: "05\u002F03\u002F2024", programa: "INTERES_GENERAL", area: "CS", mes: 3, anio: 2024}]; }); angular.bootstrap(document.body, ['app']); }