diff --git a/platform/features/layout/bundle.json b/platform/features/layout/bundle.json index 80de35aacd..5d073da347 100644 --- a/platform/features/layout/bundle.json +++ b/platform/features/layout/bundle.json @@ -31,6 +31,11 @@ "key": "LayoutController", "implementation": "LayoutController.js", "depends": [ "$scope" ] + }, + { + "key": "FixedController", + "implementation": "FixedController.js", + "depends": [ "$scope" ] } ], "types": [ diff --git a/platform/features/layout/res/templates/fixed.html b/platform/features/layout/res/templates/fixed.html index af63b80b68..3f480c72e8 100644 --- a/platform/features/layout/res/templates/fixed.html +++ b/platform/features/layout/res/templates/fixed.html @@ -4,10 +4,11 @@