make a new ionic project using this link https://github.com/driftyco/ionic-starter-tabs then copy paste js and html file and in app.js update routing if your new jss file name is popup.js and controller name is popupCtrl then add
state('popup', {
url: '/popup',
templateUrl: 'templates/popup.html',
controller:'popupCtrl'
})
↧
Basic Ionic Pop up Example Please
↧