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