Repository: climate Updated Branches: refs/heads/master 5a3d4d030 -> a47ffc16a
CLIMATE-751 - Add the correct path for ui-date.js Project: http://git-wip-us.apache.org/repos/asf/climate/repo Commit: http://git-wip-us.apache.org/repos/asf/climate/commit/82bd8f9e Tree: http://git-wip-us.apache.org/repos/asf/climate/tree/82bd8f9e Diff: http://git-wip-us.apache.org/repos/asf/climate/diff/82bd8f9e Branch: refs/heads/master Commit: 82bd8f9e12f6c310ae8cb9502a27c59fbdbbb596 Parents: bd5ab80 Author: Vinicius Silva <[email protected]> Authored: Wed Feb 3 21:04:52 2016 -0200 Committer: Vinicius Silva <[email protected]> Committed: Wed Feb 3 21:04:52 2016 -0200 ---------------------------------------------------------------------- ocw-ui/frontend/app/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/climate/blob/82bd8f9e/ocw-ui/frontend/app/index.html ---------------------------------------------------------------------- diff --git a/ocw-ui/frontend/app/index.html b/ocw-ui/frontend/app/index.html index 16f796f..2da8183 100644 --- a/ocw-ui/frontend/app/index.html +++ b/ocw-ui/frontend/app/index.html @@ -112,7 +112,7 @@ under the License. <script src="bower_components/chap-links-timeline/timeline-min.js"></script> <script src="bower_components/angular-bootstrap/ui-bootstrap-tpls.js"></script> <script src="bower_components/jquery-ui/jquery-ui.js"></script> - <script src="bower_components/angular-ui-date/ui-date.js"></script> + <script src="bower_components/angular-ui-date/src/ui-date.js"></script> <!-- endbower --> <!-- endbuild -->
