TerryMooreII / angular-azure-mobile-service

An AngularJS service to interact with the Azure Mobile Service Client.
MIT License
68 stars 17 forks source link

Exposing .read() method #19

Closed ThomasPe closed 9 years ago

ThomasPe commented 9 years ago

In order to send parameters to the javascript backend that can be read through request.parameters the .read() method of the azure sdk is now exposed with angular promise wrapped around. See also http://stackoverflow.com/questions/17415257/passing-query-parameters-from-html-js-app-to-azure-server-script

ThomasPe commented 9 years ago

updated the parameter name, fixed some issues in the readme and added the new method documentation

TerryMooreII commented 9 years ago

Nice, thanks. I will push this to bower and the cdn soon.