|
<div class="layer-content fx-fade-normal fx-easing-quad fx-speed-500" ng-show="showView" ng-click="fadeOut()">
<fa-app id="app2">
<fa-modifier fa-size="[true, true]" fa-origin="[0,0]" fa-translate="[0, 0, 0]" fa-index="1">
<ui-view style="position: absolute; z-index: 2;">
<fa-modifier fa-size="[100, 100]" fa-translate="translation(t.get())" >
<fa-surface fa-background-color="'#FA5C4F'" fa-color="'red'" >
{{data.message}}
</fa-surface>
</fa-modifier>
</fa-modifier>
</ui-view>
</fa-modifier>
</fa-app>
</div>
|