hoodie-plugin-angularjs
hoodie-plugin-angularjs copied to clipboard
Loading the /_api/_files/hoodie.js is the correct way
When loading like so: <script src="/_api/_files/hoodie.js"></script>
there is no need to load also hoodie-plugin-angularjs.js since it is loaded atomatically by the <script src="/_api/_files/hoodie.js"></script>
and so need to load angular before that.
have a look at: https://github.com/hoodiehq/hoodie.js/issues/404
Idanb11