(function () { "use strict"; angular .module('shared') .config(['studentListProvider', function (studentListProvider) { studentListProvider.include(['at-targeted-science-resource-limit']) }]); })();