/** * 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: { selector: '*', html: '' }, count: { selector: '*', html: '{{value}}' }, pull: { selector: 'section', html: '
\ title\
' }, progress: { selector: '*', html: '
\ \
' }, label: { selector: '*', html: '{{value}}' }, icon: { selector: '*', html: '' }, image: { selector: '*', html: '' }, title: { selector: 'header', html: '{{value}}' }, loading: { selector: '*', html: '
\ \ \ \ \
' }, back: { selector: 'header', html: '' } };