(function() { "use strict"; angular.module('shared') .component('loading', { templateUrl: '/shared/js/angular/ui/loading.html', bindings: { isLoading : '<' } }); })();