Commit graph

6 commits

Author SHA1 Message Date
Hyzual
a1d48bbd30 Reorganizes the entire app to follow Google's best practice recommendations for Angular App Structure.
see: https://docs.google.com/document/d/1XXMvReO8-Awi1EZXAXS4PzDzdNvV6pGcuaF4Q9821Es/pub

The files are now grouped by view / component.
Tests are located beside tested js files. The Grunt build will be responsible for only distributing actual files without the tests.
Each partial is at the same level as the js files related to it.
Ideally css files should be at the same level, maybe I'll refactor this later.

Moves all non-bower plugins to app/vendor.
Moves all images to app/images and styles to app/styles.
Merges the test and non-test jshintrc files.

Adds all the Jamstash contributors to the package.json file while I was refactoring.

Conflicts:
	app/app.js
	app/images/vgrabber.gif
	app/images/vgrabber2-active.gif
	app/images/vgrabber2-normal.gif
	app/index.html
2014-11-09 16:10:34 +01:00
Hyzual
85dac2d244 Modifies all the controllers to access the Jamstash module through angular instead of a global var. 2014-11-09 15:58:19 +01:00
Trevor Squillario
149688b8ca sync develop with local dev 2014-04-05 11:53:30 -04:00
Trevor Squillario
310c79f63c Commit local changes 2014-02-22 18:56:13 -05:00
Emory P
bb7d018de4 js-beautify all the controllers, services and directives (and jshint) 2014-02-12 01:18:36 -05:00
Trevor Squillario
95f7ef53f2 3.2.2 2014-02-08 00:22:54 -05:00