Skip to content
Snippets Groups Projects
Commit bc4faca8 authored by Benoit Lavenier's avatar Benoit Lavenier
Browse files

[enh] view certifications : add ion-refresher

parent 8bc11ef8
Branches
Tags
No related merge requests found
...@@ -7,15 +7,16 @@ ...@@ -7,15 +7,16 @@
</ion-nav-title> </ion-nav-title>
<ion-nav-buttons side="secondary"> <ion-nav-buttons side="secondary">
<button class="button button-icon button-clear icon ion-loop visible-xs visible-sm" ng-click="doUpdate()">
</button>
<!-- Allow extension here --> <!-- Allow extension here -->
<cs-extension-point name="nav-buttons"></cs-extension-point> <cs-extension-point name="nav-buttons"></cs-extension-point>
</ion-nav-buttons> </ion-nav-buttons>
<ion-content class="certifications certifications-lg"> <ion-content class="certifications certifications-lg">
<ion-refresher pulling-text="{{'COMMON.BTN_REFRESH' | translate}}"
on-refresh="doUpdate()">
</ion-refresher>
<!-- Buttons bar --> <!-- Buttons bar -->
<div class="hidden-xs hidden-sm text-center padding"> <div class="hidden-xs hidden-sm text-center padding">
<button class="button button-stable button-small-padding icon ion-loop ink" <button class="button button-stable button-small-padding icon ion-loop ink"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment