- <ion-view view-title="选择资源库">
- <div class="bar bar-header" style="background-image: none;background-color: #3B8BD0;">
- <div class="button button-icon icon pus_blue" ng-click="goback()"></div>
- <button class="button button-icon icon goback whiteGoBack noneContent" ng-click="goback()"></button>
- <h1 class="bar_title" style="color: #fff">选择资源库</h1>
- </div>
- <ion-content delegate-handle="calenderContent" class="has-header">
- <div ng-repeat="data in dataList track by $index" align="center" style="margin: 20px">
- <button style="background-color: #3B8BD0; border: 1px #3B8BD0 solid; border-radius: 0.5em;width: 300px;height: 43px;font-size: 18px;color: white;" ng-click="choiceReceiver(data.name)">{{data.name}}</button>
- </div>
- </ion-content>
- </ion-view>
|