Repository: climate Updated Branches: refs/heads/master 98efecb31 -> 2ffc6ecab
Drop old about.js controller import from index. Project: http://git-wip-us.apache.org/repos/asf/climate/repo Commit: http://git-wip-us.apache.org/repos/asf/climate/commit/2ffc6eca Tree: http://git-wip-us.apache.org/repos/asf/climate/tree/2ffc6eca Diff: http://git-wip-us.apache.org/repos/asf/climate/diff/2ffc6eca Branch: refs/heads/master Commit: 2ffc6ecabea727208c189cb57f0e0b85631875e3 Parents: 98efecb Author: Michael Joyce <[email protected]> Authored: Wed Sep 3 14:39:29 2014 -0700 Committer: Michael Joyce <[email protected]> Committed: Wed Sep 3 14:39:29 2014 -0700 ---------------------------------------------------------------------- ocw-ui/frontend/app/index.html | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/climate/blob/2ffc6eca/ocw-ui/frontend/app/index.html ---------------------------------------------------------------------- diff --git a/ocw-ui/frontend/app/index.html b/ocw-ui/frontend/app/index.html index 01a6e89..4d5996a 100644 --- a/ocw-ui/frontend/app/index.html +++ b/ocw-ui/frontend/app/index.html @@ -118,7 +118,6 @@ under the License. <!-- build:js({.tmp,app}) scripts/scripts.js --> <script src="scripts/app.js"></script> <script src="scripts/controllers/main.js"></script> - <script src="scripts/controllers/about.js"></script> <script src="scripts/controllers/datasetdisplay.js"></script> <script src="scripts/controllers/datasetselect.js"></script> <script src="scripts/controllers/observationselect.js"></script>
