From @alexbainbridge on March 26, 2016 11:3
Short description of the problem:
When you have an app with a lot of pages, its easier to manage them in groups. e.g.
Concept A
Concept B
At the moment the ionic g page command creates pages (and their scss / js) at the top level "pages".
However I would like to do
ionic g page conceptA/pagename
and it to create pagename in pages > conceptA > pagename
Otherwise, I have to create a page, and then move it subsequently. This is a bit fiddly as quite a bit is auto-generated, so its not just a drag drop.
What behavior are you expecting?
Works as expected. Just this is an idea for an improvement
Which Ionic Version?
2
Run ionic info from terminal/cmd prompt: (paste output below)
Cordova CLI: 5.4.1
Ionic Version: 2.0.0-beta.3
Ionic CLI Version: 2.0.0-beta.19
Ionic App Lib Version: 2.0.0-beta.9
ios-deploy version: Not installed
ios-sim version: 5.0.4
OS: Mac OS X El Capitan
Node Version: v5.3.0
Xcode version: Xcode 7.3 Build version 7D175
Copied from original issue: ionic-team/ionic-framework#5949
From @alexbainbridge on March 26, 2016 11:3
Short description of the problem:
When you have an app with a lot of pages, its easier to manage them in groups. e.g.
Concept A
Concept B
At the moment the ionic g page command creates pages (and their scss / js) at the top level "pages".
However I would like to do
ionic g page conceptA/pagenameand it to create pagename in pages > conceptA > pagename
Otherwise, I have to create a page, and then move it subsequently. This is a bit fiddly as quite a bit is auto-generated, so its not just a drag drop.
What behavior are you expecting?
Works as expected. Just this is an idea for an improvement
Which Ionic Version?
2
Run
ionic infofrom terminal/cmd prompt: (paste output below)Cordova CLI: 5.4.1
Ionic Version: 2.0.0-beta.3
Ionic CLI Version: 2.0.0-beta.19
Ionic App Lib Version: 2.0.0-beta.9
ios-deploy version: Not installed
ios-sim version: 5.0.4
OS: Mac OS X El Capitan
Node Version: v5.3.0
Xcode version: Xcode 7.3 Build version 7D175
Copied from original issue: ionic-team/ionic-framework#5949