You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@climate.apache.org by "Michael Anderson (JIRA)" <ji...@apache.org> on 2016/02/03 21:36:39 UTC

[jira] [Created] (CLIMATE-751) Incorrect Import Path In index.html

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)