(function () { "use strict"; angular.module('shared') .config(['studentListProvider', function (studentListProvider) { studentListProvider.include(['core']); }]) })();