Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

Commit 0918596

Browse files
devversionThomasBurleson
authored andcommitted
fix(tabs): fix dynamic height demo for tabs
This issue was introduced in d860274. Because of the new `svg-asset-cache` script, we need to init the module ourself. The tabs demo was always working, because the `asset cache` initialized the module (unintentional). Refs #6780. Closes #6785.
1 parent 83f4d5e commit 0918596

File tree

1 file changed

+1
-0
lines changed
  • src/components/tabs/demoDynamicHeight

1 file changed

+1
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
angular.module('tabsDemoDynamicHeight', ['ngMaterial']);

0 commit comments

Comments
 (0)