Skip to content

Instantly share code, notes, and snippets.

View Cloudhomebr's full-sized avatar

Joao Henrique B. Gomes Cloudhomebr

View GitHub Profile
@Cloudhomebr
Cloudhomebr / index.md
Created February 20, 2017 17:15 — forked from luchillo17/ index.md
Showing how to make and use an Ionic 2 busy indicator with FortAwesome refresh spinner icon

#Busy indicator backup solution:

This gist show how to make a replacement for the Ionic 1 Busy indicator into Ionic 2 until the ionic staff creates the native one, relate to:

  1. Code pen ilustrating the ionic 1 version: http://codepen.io/chabelly/pen/xGdqbJ#0
  2. Ionic 1 docs about that component: http://ionicframework.com/docs/api/service/$ionicLoading/
  3. Video that shows how it looks in an ionic 2 deploy ready app, last 4 sec (hint, it is the one with spinning arrows): Ionic 2 loading replacement

##Pre-requisits