(function () { 'use strict' var controllerFactory = [function () { var ctrl = this; }]; angular.module('shared') .component('filteredContentNotice', { templateUrl: '/shared/js/angular/ui/content-filter/filtered-content-notice.html', controller: controllerFactory, bindings: { } }); }());