Ionic 2 Select
home
Run
screen_rotation
fullscreen
cloud_download
navigate_before
<!DOCTYPE html> <html lang="en" dir="ltr"> <head> <!-- Ionic Dev Server: Injected Logger Script --> <script>var IonicDevServerConfig={"sendConsoleLogs":false,"wsPort":53703,"appScriptsVersion":"0.0.47","systemInfo":["Ionic Framework: 2.0.0-rc.4","Ionic Native: 2.2.11","Ionic App Scripts: 0.0.47","Angular Core: 2.2.1","Angular Compiler CLI: 2.2.1","Node: 6.0.0","OS Platform: Linux 4.4"]};</script> <meta charset="UTF-8"> <title>Ionic App</title> <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no"> <meta name="format-detection" content="telephone=no"> <meta name="msapplication-tap-highlight" content="no"> <link rel="icon" type="image/x-icon" href="assets/icon/favicon.ico"> <meta name="theme-color" content="#4e8ef7"> <link href="//tutorialsplane.com/runtest/ionic2/selectMulti/main.css" rel="stylesheet"> </head> <body> <!-- Ionic's root component and where the app will load --> <ion-app></ion-app> <!-- The polyfills js is generated during the build process --> <script src="//tutorialsplane.com/runtest/ionic2/selectMulti/polyfills.js"></script> <!-- The bundle js is generated during the build process --> <script src="//tutorialsplane.com/runtest/ionic2/selectMulti/main.js"></script> <!-- Ionic Dev Server: Injected LiveReload Script --> <script src="//tutorialsplane.com/runtest/ionic2/selectMulti/livereload.js?snipver=1" async="" defer=""></script> </body> </html>
<!DOCTYPE html> <html lang="en" dir="ltr"> <head> <!-- Ionic Dev Server: Injected Logger Script --> <script>var IonicDevServerConfig={"sendConsoleLogs":false,"wsPort":53703,"appScriptsVersion":"0.0.47","systemInfo":["Ionic Framework: 2.0.0-rc.4","Ionic Native: 2.2.11","Ionic App Scripts: 0.0.47","Angular Core: 2.2.1","Angular Compiler CLI: 2.2.1","Node: 6.0.0","OS Platform: Linux 4.4"]};</script> <meta charset="UTF-8"> <title>Ionic App</title> <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no"> <meta name="format-detection" content="telephone=no"> <meta name="msapplication-tap-highlight" content="no"> <link rel="icon" type="image/x-icon" href="assets/icon/favicon.ico"> <meta name="theme-color" content="#4e8ef7"> <link href="//tutorialsplane.com/runtest/ionic2/selectMulti/main.css" rel="stylesheet"> </head> <body> <!-- Ionic's root component and where the app will load --> <ion-app></ion-app> <!-- The polyfills js is generated during the build process --> <script src="//tutorialsplane.com/runtest/ionic2/selectMulti/polyfills.js"></script> <!-- The bundle js is generated during the build process --> <script src="//tutorialsplane.com/runtest/ionic2/selectMulti/main.js"></script> <!-- Ionic Dev Server: Injected LiveReload Script --> <script src="//tutorialsplane.com/runtest/ionic2/selectMulti/livereload.js?snipver=1" async="" defer=""></script> </body> </html>
Copyrights@tutorialsplane.com