define(['jquery', 'toastr', 'form', 'template','table',Fast.api.fixurl('/assets/addons/csmadmin/js/common/csmutils.js')], function ($, toastr, Form, Template,Table,csmutils) { var Controller = { mounted: function () { var that = this; that._render(); that._bind(); }, _render: function () { }, _bind: function () { console.log('_bind!@'); } }; return Controller; });