fixed problem with missing ngToast injection

parent 26574f24
...@@ -17,7 +17,8 @@ dashboardControllers.controller('StudentCollectionsCtrl', function StudentCollec ...@@ -17,7 +17,8 @@ dashboardControllers.controller('StudentCollectionsCtrl', function StudentCollec
$filter, $filter,
$anchorScroll, $anchorScroll,
$modal, $modal,
$translate) { $translate,
ngToast) {
$scope.emptyStudentPicto = { $scope.emptyStudentPicto = {
id: null, id: null,
picto: { picto: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment