Michael Anderson created CLIMATE-751:
----------------------------------------
Summary: Incorrect Import Path In index.html
Key: CLIMATE-751
URL: https://issues.apache.org/jira/browse/CLIMATE-751
Project: Apache Open Climate Workbench
Issue Type: Bug
Reporter: Michael Anderson
Priority: Trivial
<script src="bower_components/angular-ui-date/ui-date.js"></script>
is not the correct path and a cannot find file is logged to the console.
The correct path is:
<script src="bower_components/angular-ui-date/src/date.js"></script>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)