renaming SchedulesList module to SchedulesList

it was accidentally named the StreamList in another PR
This commit is contained in:
jaredevantabor 2017-01-31 13:28:37 -08:00
parent a1363e92e4
commit 1e1c428e43

View File

@ -7,7 +7,7 @@
export default
angular.module('SchedulesListDefinition', [])
.factory('StreamList', ['i18n', function(i18n) {
.factory('SchedulesList', ['i18n', function(i18n) {
return {
name: 'schedules',