Statistics
| Branch: | Tag: | Revision:

root / snf-cyclades-app / synnefo / ui / new_ui / ui / javascripts / ember / controllers / tag.js @ e15a992e

History | View | Annotate | Download (152 Bytes)

1
App.TagController = Ember.ObjectController.extend({
2
    actions: {
3
        deleteTag: function () {
4
            alert('skata tag');
5
        },
6
    }
7
});