Statistics
| Branch: | Tag: | Revision:

root / snf-cyclades-app / synnefo / ui / new_ui / ui / javascripts / ember / views / items-list.js @ 83506b33

History | View | Annotate | Download (127 Bytes)

1
App.itemsListView = Ember.View.extend({
2
    tagName: 'ul',
3
    classNames: ['items-list'],
4
    templateName: 'items-list',
5
});