i've been tried to install angular-xeditable (http://vitalets.github.io/angular-xeditable/#) in meanjs (meanjs.org), but after download with bower, I can't reference the javascript files in layout.html. And that's supposed must be added automatically.
<!--Application JavaScript Files-->
{% for jsFile in jsFiles %}<script type="text/javascript" src="{{jsFile}}"></script>
{% endfor %}
So, anyone with the same problem?
The problem is assets reference. Meanjs use config/env/all.js for assets configuration and those are injected in layout.server.view.html.
That's is the rigth way to include reference.