UNPKG

framework7.angular

Version:

Full Featured Mobile HTML Framework For Building iOS & Android Apps using Angularjs

16 lines (13 loc) 322 B
// Initialize your app var myApp = new Framework7({ animateNavBackIcon:true }); // Export selectors engine var $$ = Dom7; // Add main View var mainView = myApp.addView('.view-main', { // Enable dynamic Navbar dynamicNavbar: true, // Enable Dom Cache so we can use all inline pages domCache: true });