[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:
@@ -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) }"
|
||||
|
||||
Reference in New Issue
Block a user