konradD94
Results
1
comments of
konradD94
Getting the same issue. But im at "hello world" stage. > Cannot read property 'documentElement' of null > at Function.SOAPClient._sendSoapRequest My code ``` angular.module("app", ['services']) .controller("MainController", ['myService' ,MainController]); function MainController(myService)...