app.controller('NewClassController', ['$scope', '$http', 'auth', 'config', function($scope, $http, auth, config){ var vm = $scope; vm.resources = []; vm.homeworks = []; vm.exercises = []; }] );