This repository has been archived by the owner on Aug 11, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 415
can't use new module #54
Comments
Hi filmsklz, in the default package, chart is already included. It's also already in the index.modules.js file added like angular.module('app.components'),['chart.js', etc etc]) To add it into your component, add chart to your constructor. |
When i want to import other module with bower ,What should I do ? |
hi @filmsklz you're probably missing angular-chart.js in your bower.json see bower.json#L24. update your file and do a |
Thank you ,The problem is solved. |
how can i enable select2 or datetimepicker on my project |
may i know the steps to add new modules from bower_components |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I can not use 'chart.js' .
I am install chart.js with bower and add it like this " angular.module('app.components', ['chart.js']) "
when refresh my site, show errors
how can i fix this problem ?
thank you
The text was updated successfully, but these errors were encountered: