Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 68b86b4

Browse files
author
vikasrohit
committed
SUP-2728, Add iOS community to Onboarding page (Skill picker)
-- Removed commented code for development.
1 parent 45d2b8d commit 68b86b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/skill-picker/skill-picker.controller.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@
175175
vm.saving = false;
176176
toaster.pop('success', "Success!", "Your skills have been updated.");
177177
vm.disableDoneButton = true;
178-
//$state.go('dashboard');
178+
$state.go('dashboard');
179179
})
180180
.catch(function(resp) {
181181
vm.saving = false;

0 commit comments

Comments
 (0)