summaryrefslogtreecommitdiffstats
path: root/ecomp-sdk/epsdk-app-overlay/src/main/webapp/app/fusion/scripts/view-models/reportdashboard-page/src/app/template/resizable.html
blob: 6abaad81655dc10e0255d42105ebd951a75cdfd5 (plain)
1
2
3
4
5
6
<div ng-controller="ResizableCtrl">
    <div>
        <div>New width: {{width}}</div>
        <div>New height: {{height}}</div>
    </div>
</div>