erobit / meteor-accounts-ui-bootstrap-dropdown

Meteor accounts-ui package updated to use twitter/bootstrap dropdown
37 stars 218 forks source link

can seem to get it right using meteor default app + {{loginButtons}} in the template #5

Closed sallespromanager closed 11 years ago

sallespromanager commented 11 years ago

hi,

i created a default "helloworld" app with meteor, installed meteorite, and added the meteor-accounts-ui-bootstrap-dropdown.

i used the header template from the https://github.com/and-fri/prochatx.git app.

it didnt work, no error was thrown, it simply did not style anything, neither showed the login widget.

eventhough all the bootstrap scripts seem to have been loaded...

what am i missing ?

sallespromanager commented 11 years ago

It seems obvious, hence tricky.

the wikis of this smart package lead you to believe all it takes is to install the accounts-ui-bootstrap-dropdown and your ready to go.

i learned you have to add bootstrap with :

meteor add bootstrap to make it work.