-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Calendar arrow icons missing #41
Comments
You need to make sure the glyphicons are imported into your app - here's how to do it for ember-cli.
You'll need to do that for each file in the folder. See http://miguelcamba.com/blog/2014/08/10/import-bootstrap-glyphicons-in-ember-cli/ for more details. Beyond that, you can set your icons to use fontawesome with icons=faicons |
Today I installed the datepicker in my app, which has already bootstrap installed, with
and added the component into my template
Because I'm using fontAwsome I created a object like in the datepicker itself (https://github.com/Eonasdan/bootstrap-datetimepicker/blob/development/src/js/bootstrap-datetimepicker.js#L2393)
and it worked almost. The bs-datetimepicker template have to be changed to get the calendar icon from the myIcons object (change {{dateIcon}} to {{icons.date}} ) |
How do i set the calendar arrow (next, previous) icons?
The text was updated successfully, but these errors were encountered: