Skip to content

Instantly share code, notes, and snippets.

@TerryMooreII
Created May 2, 2014 12:47
Show Gist options
  • Save TerryMooreII/d75d600db9becd286733 to your computer and use it in GitHub Desktop.
Save TerryMooreII/d75d600db9becd286733 to your computer and use it in GitHub Desktop.
azure-angular-service-6.js - Cardinal Solutions blog post: Azure Angular Service
angular.module('myApp')
.controller('myCtrl', function ($scope, Azureservice) {
});
Copy link

ghost commented May 2, 2014

msysgit

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment