style(playlist): rename files to match new format

This commit is contained in:
bergquist 2016-01-08 13:25:30 +01:00
parent 412e7bcdae
commit 8c05067f88
4 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
define([
'./playlistsCtrl',
'./playlistEditCtrl',
'./playlistRoutes'
'./playlists_ctrl',
'./playlist_edit_ctrl',
'./playlist_routes'
], function () {});