mgechev / angularjs-style-guide

📚 Community-driven set of best practices for AngularJS application development

Home Page:https://mgechev.github.io/angularjs-style-guide/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix the project structure

mgechev opened this issue · comments

Each single page application has a single page. In this case creating different directories called: page1, page2, etc. is inappropriate. The idea behind this organization is to put each different view into a different directory.

More information right here.

I agree with @mgechev Right now we follow the same directive structure. It will make code clean and modular.