<http://stackoverflow.com/questions/33856633/issue-in-including-ui-tree-into-jhipster-generated-angularjs-application#>
I have generated my Angularjs application using jhipster, the application is running fine. As I need to use ui-tree, I have installed it using bower install angular-ui-tree, it created a angular-ui-tree folder under bower_components folder. I have referenced it in index.html as shown below : <link rel="stylesheet" href="../../../bower_components/angular-ui-tree/dist/angular-ui-tree.min.css"> <script src="../../../bower_components/angular-ui-tree/dist/angular-ui-tree.js"></script> And in app.js module, I have ui-tree entry into module. But I am getting the following error when I am trying to run the application, even though those angular-ui-tree.js and angular-ui-tree.min.css are present under bower_components folder. "NetworkError: 404 Not Found - http://localhost:8080/bower_components/angular-ui-tree/dist/angular-ui-tree.min.css" angular...min.css2"NetworkError: 404 Not Found - http://localhost:8080/bower_components/angular-ui-tree/dist/angular-ui-tree.js" -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
