fake SendVisitorDataProvider

This commit is contained in:
Sam 2016-06-08 20:03:35 +02:00
parent a966a5f34a
commit c71a9eeeac

View file

@ -49,6 +49,9 @@ angular.module('forms').factory('myForm', ['Forms', function(Forms) {
}]);
angular.module('forms').constant('FORM_URL', '/form/:formId');
angular.module('forms').value('SendVisitorData', {
send: function(){}
});
angular.element(document).ready(function() {
//Then init the app