It is possible to add custom javascript libraries to a web app?
UserBird
Dataiker, Alpha Tester Posts: 535 Dataiker
Answers
-
Put the javascript file into DATA_DIR/local/static; you can then refer to the javascript with: http://{dss_host}:{dss_port}/local/static/{your_javascript}.js
-
Hi Alex,
I have an additional question : is it possible to use angularjs in a webapp in DSS ?