[ https://issues.apache.org/jira/browse/CLIMATE-751?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15131341#comment-15131341 ]
ASF GitHub Bot commented on CLIMATE-751: ---------------------------------------- GitHub user veduardo opened a pull request: https://github.com/apache/climate/pull/306 CLIMATE-751 - Add the correct path for ui-date.js Hi there, Just took this one and added the correct path. Let me know if you need anything else. You can merge this pull request into a Git repository by running: $ git pull https://github.com/veduardo/climate CLIMATE-751 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/climate/pull/306.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #306 ---- commit 82bd8f9e12f6c310ae8cb9502a27c59fbdbbb596 Author: Vinicius Silva <viniciusponto...@gmail.com> Date: 2016-02-03T23:04:52Z CLIMATE-751 - Add the correct path for ui-date.js ---- > 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)