 
           
          
             
             
             
             
          
 
          | Year | Device | Processor | RAM | 
|---|---|---|---|
| 2007 | iPhone | 620 MHz | 128 MB | 
| 2010 | iPhone 4 | 1 GHz | 512 MB | 
| 2015 | iPhone 6 | 1.4 GHz dual-core | 1 GB | 
 
         
          https://mixpanel.com/trends/#report/ios_8/from_date:-141,report_unit:day,to_date:0
 
          https://mixpanel.com/trends/#report/android_os_adoption
 
           
             
             
          (You'll feel right at home)
 
          http://www.google.com/trends/explore#q=angularjs%2C%20ember.js%2C%20knockoutjs%2C%20backbonejs&date=8%2F2011%2037m&cmpt=q
 
           
           
          Over 700 MIT licensed font-icons included
  
    List Item {{ item.id }}
   
 ng-repeat
  
    {{ c.name }}
    {{ c.email }}
  
  
    Back
   
 
  
     
  
     
  
     
 
  
     
  
    
      Left Menu
     
    
      ...
     
   
 
  
    Slide 1
   
  
    Slide 2
   
  
    Slide 3
   
 
$ionicActionSheet.show({
  titleText: 'Action Sheet Example',
  buttons: [
    { text: 'Share' },
    { text: 'Move' },
  ],
  destructiveText: 'Delete',
  cancelText: 'Cancel',
  buttonClicked: function(index) {
    console.log('BUTTON CLICKED', index);
    return true;
  }
});
$ionicPopover.fromTemplateUrl('popover.html',
  function(popover) {
    $scope.popover = popover;
  }
);
  
    My Popover Title
   
  
    Hello!
   
 
$ionicModal.fromTemplateUrl('modal.html', {
  scope: $scope
}).then(function(modal) {
  $scope.modal = modal;
});
 
                          $ npm install -g ionic
                           _             _
                          (_)           (_)
                           _  ___  _ __  _  ___
                          | |/ _ \| '_ \| |/ __|
                          | | (_) | | | | | (__
                          |_|\___/|_| |_|_|\___|  CLI
$ npm install -g ionic cordova$ ionic start myapp sidemenu$ cd myapp$ ionic serve
 
         
        Getting started guide
          ionicframework.com/getting-started
Documentation
            ionicframework.com/docs
Visit the Community Forum
          forum.ionicframework.com
Contribute on GitHub
          github.com/driftyco/ionic
</victormejia>