This commit is contained in:
Adam Bradley
2013-08-23 09:54:28 -05:00
parent b6efb1070c
commit 451f04c673
14 changed files with 15374 additions and 0 deletions

View File

1
adam/js/framework/framework.min.js vendored Normal file
View File

@ -0,0 +1 @@
/* the eventual location of the minified/concat js, all others would be excluded */

3
adam/js/framework/glue/angularGlue.js vendored Normal file
View File

@ -0,0 +1,3 @@
/* used to tie angular.js with the framework */
/* nowhere should the framework reference angular.js */
/* nowhere in angular.js should it reference the framework */