mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-19 15:48:04 +01:00
[#1396] setup tour, using user.flags.showTour now instead of
localStorage. double check with #1507
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
'use strict';
|
||||
|
||||
habitrpg.controller('NotificationCtrl',
|
||||
['$scope', '$rootScope', 'User', function ($scope, $rootScope, User) {
|
||||
['$scope', '$rootScope', 'User', 'Guide', function ($scope, $rootScope, User, Guide) {
|
||||
|
||||
Guide.initTour();
|
||||
|
||||
function growlNotification(html, type) {
|
||||
$.bootstrapGrowl(html, {
|
||||
|
||||
Reference in New Issue
Block a user