mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-19 07:37:25 +01:00
Minification fix hide features (#8544)
* Added minification fix * Hid settings for features we will not release yet * Hid repeatables UI * Removed extra file * Removed repeats every from weekly * Added start date back * Hid counter reset when advance is collpased
This commit is contained in:
@@ -43,9 +43,9 @@ habitrpg.controller("TasksCtrl", ['$scope', '$rootScope', '$location', 'User','N
|
||||
|
||||
$modal.open({
|
||||
templateUrl: 'modals/task-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