move all files to root path

This commit is contained in:
Mario Colque 2014-03-21 14:21:13 -03:00
commit abee376568
34 changed files with 29539 additions and 1 deletions

6
js/app.js Normal file
View file

@ -0,0 +1,6 @@
'use strict';
angular.module('cosign',[
'ngRoute',
'ui.bootstrap'
]);