Open sergio11 opened 8 years ago
Try including this tag juste before angular-bootstrap-material, it did the trick for me:
<script src="./bower_components/bootstrap-material-design/scripts/index.js"></script>
If it doesn't work, try including these two:
<script src="./bower_components/bootstrap-material-design/scripts/material.js"></script>
<script src="./bower_components/bootstrap-material-design/scripts/ripples.js"></script>
Hi!
I am using angularJS with bootstrap material. By including this library I get the following error:
angular.module('app', ['ui.bootstrap', 'ui.router', 'ngAnimate', 'anim-in-out', 'ngTagsInput', 'angularFileUpload', 'oitozero.ngSweetAlert', 'flock.bootstrap.material'])
Thanks and Greetings.