Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 581 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 581 Bytes

Angular Soap

This is an simple example soap project with angular. This project uses jQuery SOAP plugin. An angular factory "wraps" the $.soap in combination with an angular promise ($q).

Installation

Prerequisite

  • node with npm
  • bower

Use the following command: bower install. If you want to test this locally, you will probably hit an CORS error. The work-around is, to start your browser (firefox, chrome) with --disable-web-security command, e.g.: google-chrome --disable-web-security (remember to turn it off when you are done!!)