fixed problem with missing ngToast injection

parent 26574f24
......@@ -17,7 +17,8 @@ dashboardControllers.controller('StudentCollectionsCtrl', function StudentCollec
$filter,
$anchorScroll,
$modal,
$translate) {
$translate,
ngToast) {
$scope.emptyStudentPicto = {
id: null,
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