var mainController = { css: null, exports: { //Fonction qui va écouter ce que a à dire. searchListener(arg) { console.log("Search il a dit: " + arg); } }, template: (template, expressionTypes, bindingTypes, getComponent) => template('
', [{ type: bindingTypes.TAG, getComponent: getComponent, evaluate: _scope => 'search', slots: [], attributes: [{ type: expressionTypes.ATTRIBUTE, name: 'partouse', evaluate: _scope => _scope.searchListener }], redundantAttribute: 'expr932', selector: '[expr932]' }, { type: bindingTypes.TAG, getComponent: getComponent, evaluate: _scope => 'fili-info', slots: [], attributes: [], redundantAttribute: 'expr933', selector: '[expr933]' }, { type: bindingTypes.TAG, getComponent: getComponent, evaluate: _scope => 'school', slots: [], attributes: [], redundantAttribute: 'expr934', selector: '[expr934]' }, { type: bindingTypes.TAG, getComponent: getComponent, evaluate: _scope => 'school-info', slots: [], attributes: [], redundantAttribute: 'expr935', selector: '[expr935]' }]), name: 'main-controller' }; export { mainController as default };