Page 1 of 1

Importing bootstrap-material doesn't work

Posted: Mon May 25, 2015 7:06 pm
by steve cox

I'm having trouble importing a bootstrap-material theme.

I tried the instructions at:

https://devcenter.appery.io/documenta...

from a fresh angular/bootstrap app but after adding buttons, it seems to stay at ui-bootstrap.

I tried the 2nd version too (without arrive) with the same result.

Any ideas on what's wrong? Is there a working backup available anywhere?

The app is shared with support. :-)


Importing bootstrap-material doesn't work

Posted: Thu May 28, 2015 8:17 am
by Asif

I m also facing same problem. I have followed all the steps, but still the theme is not reflecting at all.


Importing bootstrap-material doesn't work

Posted: Thu May 28, 2015 11:26 am
by Asif

Hi Steve,
I figured out the problem.
Actually when you copy this

Code: Select all

 href=”css/roboto.min.css” rel=”stylesheet” 
 href=”css/material.min.css” rel=”stylesheet” 
 href=”css/ripples.min.css” rel=”stylesheet” 

from the tutorial Appery does not recognize the double quotes and when you run the app it puts extra double quotes along with them.
So just do one thing, delete all the double quotes in these links and put them manually.


Importing bootstrap-material doesn't work

Posted: Fri May 29, 2015 6:39 pm
by steve cox

Thank you.