ionic program language code example
Example 1: ionic web platform
if(!this.platform.is('ios') && !this.platform.is('android'))
{
// todo
}
Example 2: what is ionic
Ionic is a complete open-source SDK for hybrid mobile app development created
by Max Lynch, Ben Sperry, and Adam Bradley of Drifty Co. in 2013.
The original version was released in 2013 and built on top of AngularJS and
Apache Cordova.