From 27dfa916835c34f3106b229a2bcff50d330101d4 Mon Sep 17 00:00:00 2001 From: Paulo Reis Date: Mon, 24 Oct 2016 12:20:15 +0100 Subject: [PATCH] Add dismiss button. --- .../web/app/views/project/editor/feature-onboarding.jade | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/services/web/app/views/project/editor/feature-onboarding.jade b/services/web/app/views/project/editor/feature-onboarding.jade index 82f413c2f6..6e37e96204 100644 --- a/services/web/app/views/project/editor/feature-onboarding.jade +++ b/services/web/app/views/project/editor/feature-onboarding.jade @@ -1,6 +1,7 @@ .feat-onboard( ng-controller="FeatureOnboardingController" ng-class="('feat-onboard-step' + innerStep)" + //- TODO Toggle logic. ng-if="!state.loading && !isFeatureSettingDefined" ng-cloak ) @@ -39,4 +40,6 @@ em on  | or  em off  - |, in the settings menu. \ No newline at end of file + |, in the settings menu. + .feat-onboard-btn-wrapper + .btn.btn-primary(ng-click="dismiss();") OK, got it \ No newline at end of file