[Time Conductor] Begin adding controller

WTD-1515
This commit is contained in:
Victor Woeltjen
2015-09-02 16:31:58 -07:00
parent e873389655
commit 91fe3d798f
3 changed files with 102 additions and 43 deletions

View File

@@ -57,6 +57,11 @@
}
],
"controllers": [
{
"key": "TimeConductorController",
"implementation": "controllers/TimeConductorController.js",
"depends": [ "$scope" ]
},
{
"key": "TreeNodeController",
"implementation": "controllers/TreeNodeController.js",