fix dropdown visibility #1593 (#1767)

* fix dropdown visibility #1593

* fix test search workaround material2 issue 1913
This commit is contained in:
Eugenio Romano
2017-03-30 10:26:18 +01:00
committed by Denys Vuika
parent 4814e95e30
commit 04f343b28f
3 changed files with 23 additions and 10 deletions

View File

@@ -71,9 +71,13 @@ do
build_project $DESTDIR $PACKAGE
done
#Install demo
cd "$DIR/../demo-shell-ng2"
npm install
if $RUN_LINK == true; then
#LINK ALL THE COMPONENTS INSIDE THE DEMO-SHELL
cd "$DIR/../demo-shell-ng2"
for PACKAGE in ${projects[@]}
do
DESTDIR="$DIR/../ng2-components/${PACKAGE}"