[Mobile] Move mobile-specific behavior to template

This commit is contained in:
Victor Woeltjen
2015-09-18 11:01:54 -07:00
parent fa186a1556
commit 4c5808c8c9
3 changed files with 32 additions and 36 deletions

View File

@@ -60,7 +60,7 @@
{
"key": "TreeNodeController",
"implementation": "controllers/TreeNodeController.js",
"depends": [ "$scope", "$timeout", "agentService" ]
"depends": [ "$scope", "$timeout" ]
},
{
"key": "ActionGroupController",