Bower dependencies were missing from bower.json file.
Also for anyone new to a pull request, this is what the basics of one are.
You do some work in your forked (local copy) of the project, commit your changes, and then submit a pull request which explains the work you did.
Note that your pull request could be declined by the project adminstrators because of potential mistakes, unfinished work, or because the feature isn't quite needed yet in the stage of the project. This is a very normal part of the code review process so that the project is at its best form.
Keep submitting PR's! You'll continue to learn and hopefully get your code committed to the main repository!
Bower dependencies were missing from bower.json file.
Also for anyone new to a pull request, this is what the basics of one are.
Keep submitting PR's! You'll continue to learn and hopefully get your code committed to the main repository!