small fix: (lowercase) file name tp panelBaseCtrl
This commit is contained in:
@@ -2,7 +2,7 @@ define([
|
||||
'angular',
|
||||
'jquery',
|
||||
'underscore',
|
||||
'../controllers/PanelBaseCtrl'
|
||||
'../controllers/panelBaseCtrl'
|
||||
],
|
||||
function (angular, $, _, PanelBaseCtrl) {
|
||||
'use strict';
|
||||
|
||||
Reference in New Issue
Block a user