/** * Object with data-attributes (HTML5) with a special * * @namespace LUNGO.Attributes * @class Data * * @author Javier Jimenez Villar || @soyjavi * @author Guillermo Pascual || @pasku1 */ LUNGO.Attributes.Data = { Search: { tag: 'search', selector: '.list', html: '' }, Count: { tag: 'count', selector: '*', html: '{{value}}' }, Search: { tag: 'search', selector: '*', html: '' }, Progress: { tag: 'progress', selector: '*', html: '
\ \ \
' }, Label: { tag: 'label', selector: 'a', html: '{{value}}' }, Icon: { tag: 'icon', selector: '*', html: '' }, Image: { tag: 'image', selector: '*', html: '' }, Title: { tag: 'title', selector: 'header, footer, article', html: '{{value}}' }, Back: { tag: 'back', selector: 'header, footer', html: '' } };