Skip to content

Instantly share code, notes, and snippets.

@TerryMooreII
Last active August 29, 2015 14:00
Show Gist options
  • Save TerryMooreII/a627e209341170f27990 to your computer and use it in GitHub Desktop.
Save TerryMooreII/a627e209341170f27990 to your computer and use it in GitHub Desktop.
azure-angular-service-1.js - Cardinal Solutions blog post: Azure Angular Service
angular.module('azure-mobile-service.module', [])
.service('Azureservice', function Azureservice() {
return {
};
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment