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

Commit

Permalink
fix(tabs): fix dynamic height demo for tabs
Browse files Browse the repository at this point in the history
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).

Fixes #6780
  • Loading branch information
devversion committed Jan 20, 2016
1 parent bf78b0c commit 93fc3c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/tabs/demoDynamicHeight/script.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
angular.module('tabsDemoDynamicHeight', ['ngMaterial']);

0 comments on commit 93fc3c2

Please sign in to comment.