(function () { "use strict"; angular.module('shared') .component('modalCloseButton', { bindings: { onClose: '<' }, controllerAs: '$ctrl', templateUrl: '/shared/js/angular/ui/modal-close-button.html' }); })();