[Fixed Position] Add tests for FixedController

Add additional test cases for controller for Fixed Position
view to meet code coverage after changes for WTD-879.
This commit is contained in:
Victor Woeltjen
2015-02-19 16:24:45 -08:00
parent 3cfcd027e0
commit 1015e97b3e
3 changed files with 112 additions and 21 deletions

View File

@@ -11,7 +11,7 @@
</span>
<!-- Fixed position elements -->
<mct-include ng-repeat="element in controller.getDecoratedElements()"
<mct-include ng-repeat="element in controller.getElements()"
style="position: absolute;"
key="element.template"
ng-class="{ test: controller.selected(element) }"