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

Commit 2793f9e

Browse files
author
samsep
committed
remove ng-if from features modal to enable transition
1 parent d811215 commit 2793f9e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/views/parts/define-features.jade

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
//- ng-if is needed for lock height
2-
modal.full.define-features(show="vm.showFeaturesModal" ng-if="vm.showFeaturesModal" background-click-close=true)
1+
modal.full.define-features(show="vm.showFeaturesModal" background-click-close=true)
32
h2 <strong>features</strong>
43

54
main.flex.flex-grow.stretch

0 commit comments

Comments
 (0)