[Layout] Add LayoutController

Add a controller for Layouts to choose frame
positions. WTD-535.
This commit is contained in:
Victor Woeltjen
2014-12-04 13:22:39 -08:00
parent 7b1c275dee
commit 4db2febbb3
4 changed files with 86 additions and 12 deletions

View File

@@ -8,7 +8,8 @@
"name": "Layout",
"glyph": "L",
"type": "layout",
"templateUrl": "templates/layout.html"
"templateUrl": "templates/layout.html",
"uses": [ "composition" ]
}
],
"representations": [
@@ -17,6 +18,13 @@
"templateUrl": "templates/frame.html"
}
],
"controllers": [
{
"key": "LayoutController",
"implementation": "LayoutController.js",
"depends": [ "$scope" ]
}
],
"types": [
{
"key": "layout",