mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-19 07:37:25 +01:00
Fixed injection minification issue (#8608)
This commit is contained in:
@@ -25,9 +25,9 @@
|
||||
|
||||
$modal.open({
|
||||
templateUrl: 'modals/task-extra-notes.html',
|
||||
controller: function ($scope, task) {
|
||||
controller: ['$scope', 'task', function ($scope, task) {
|
||||
$scope.task = task;
|
||||
},
|
||||
}],
|
||||
resolve: {
|
||||
task: function() {
|
||||
return task;
|
||||
|
||||
Reference in New Issue
Block a user