send flow

This commit is contained in:
Javier 2016-08-12 12:44:16 -03:00
commit f3dd69b510
197 changed files with 205673 additions and 8 deletions

View file

@ -0,0 +1,6 @@
'use strict';
angular.element(document).ready(function() {
// Init the app
// angular.bootstrap(document, ['cosign']);
});