angular-requirejs-seed icon indicating copy to clipboard operation
angular-requirejs-seed copied to clipboard

How to merge views into components

Open irenelfeng opened this issue 10 years ago • 1 comments
trafficstars

Could I possibly have a different structure in which the components folder also had the views associated with each component - i.e. view2 folder would be a subfolder in the version/ folder? view1 would be in a component maybe called "core" - is a homepage of sorts.

irenelfeng avatar Mar 06 '15 16:03 irenelfeng

I used a structure like this: components -- feature1 --> scripts --> controllers --> services --> views feature1-bootstrap.js

SaidTayebi avatar Jun 16 '15 07:06 SaidTayebi