Create order page

This commit is contained in:
Ben Ramey
2014-03-14 11:57:59 -05:00
parent 6f3d47ff6e
commit da466969ba
7 changed files with 1373 additions and 6 deletions

View File

@@ -34,6 +34,7 @@ module.exports = function(grunt) {
'linker/js/vendor/bootstrap.js',
'linker/js/vendor/angular.js',
'linker/js/vendor/angular-*.js',
'linker/js/vendor/underscore.js',
'linker/js/app.js',
'linker/js/**/module.js',
'linker/**/*.js'