How to load gif image in ionic?

i want load animated gif image in my application.

Simply do:
<img src="YOURGIF.gif" />

Keep in mind, that they might not work on some android devices though:
https://code.google.com/p/android/issues/detail?id=3422

Thanks got it. … and one thing. how to remove default splash screen ?

http://ionicframework.com/docs/cli/icon-splashscreen.html
Google is your friend :wink: