2014-03-14 17:38:27 -03:00
|
|
|
'use strict';
|
2014-04-30 12:25:33 -03:00
|
|
|
|
2014-03-14 17:38:27 -03:00
|
|
|
angular.element(document).ready(function() {
|
|
|
|
|
// Init the app
|
2014-03-28 14:08:14 -04:00
|
|
|
angular.bootstrap(document, ['copay']);
|
2014-03-14 17:38:27 -03:00
|
|
|
});
|