how install angular-xeditable in mean js

494 Views Asked by At

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?

1

There are 1 best solutions below

0
On

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.