Signed-off-by: Jakob <jakob.roehrl@web.de>
This commit is contained in:
Jakob
2019-10-16 09:39:38 +02:00
parent 99591eae0e
commit d33725303a
2 changed files with 1 additions and 119 deletions

View File

@@ -28,7 +28,7 @@ Vue.prototype.t = t;
Vue.prototype.n = n;
Vue.prototype.OC = OC;
import CollaborationView from '../views/CollaborationView';
import CollaborationView from '../../src/BoardSelector';
app.controller('BoardController', function ($rootScope, $scope, $element, $stateParams, StatusService, BoardService, StackService, CardService, LabelService, $state, $transitions, $filter, FileService) {