Open jdheeter opened 8 years ago
How did you install this package and the CSS? What are you seeing in the login template now? Is this an (MDL) UI related issue or the entire useraccounts package is not working for you? Any errors (server/browser console).
It would be easier to help if you provided the steps to reproduce or URL to see the issue.
in my .Meteor/packages file I have :
autopublish
twbs:bootstrap
barbatus:stars-rating
accounts-ui
accounts-password
iron:router
meteor-base
mobile-experience
mongo
blaze-html-templates
session
jquery
tracker
logging
reload
random
ejson
spacebars
check
standard-minifier-css
standard-minifier-js
arboleya:electrify
zodiase:mdl
useraccounts:mdl
zodiase:mdl-prompt
accounts-base
useraccounts:core
underscore
useraccounts:flow-routing
useraccounts:iron-routing
in my HTML I call {{> loginButtons}}
when I launch the site and click the sign_in link, the default login dialogue pops up, it doesn't have any MDL theming. Using the MDL classes on buttons and other objects on the page seems to work correctly?
Thanks for your help.
I would check these:
mdl-*
classes, depending on which mdl template you are in. Example: class="at-form mdl-grid mdl-grid--no-spacing mdl-cell mdl-cell--12-col"
. If you see these, then MDL theme has loaded and is likely some other issue.Hope these help.
Using Meteor 1.3. When I install this package plus the CSS I don't see any difference in the login template?