Created
December 11, 2014 23:55
-
-
Save johnnncodes/9725c0702762e41ad68b to your computer and use it in GitHub Desktop.
Multiple apps directory structure for AngularJS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
projectname/ | |
README.md | |
.gitignore | |
bower.json | |
package.json | |
node_modules/ | |
bower_components/ | |
bin/ | |
script1 | |
script2 | |
projectname/ | |
core/ | |
services/ | |
user.js | |
geofence.js | |
station.js | |
lock.js | |
filters/ | |
ng-date.js | |
appname-timezone.js | |
appname-to-unit.js | |
appname-size-decoder.js | |
appname-type-decoder.js | |
appname-duration-format.js | |
directives/ | |
appname-date-picker/ | |
appname-datepicker.js | |
appname-datepicker.html | |
appname-file-api/ | |
appname-file-api.js | |
appname-file-api.html | |
app1/ | |
index.html | |
app.config.js | |
app.routes.js | |
home/ | |
home.html | |
home.controller.js | |
session/ | |
session-create.html | |
session-destroy.html | |
session-create.controller.js | |
session-destroy.controller.js | |
app2/ | |
index.html | |
app.config.js | |
app.routes.js | |
home/ | |
home.html | |
home.controller.js | |
session/ | |
session-create.html | |
session-destroy.html | |
session-create.controller.js | |
session-destroy.controller.js |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment