/**
* 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}}'
},
Loading: {
tag: 'loading',
selector: '*',
html: '\
\
\
\
\
'
},
Back: {
tag: 'back',
selector: 'header, footer',
html: ''
}
};