Skip to content

Instantly share code, notes, and snippets.

@jimmycann
Created April 3, 2016 01:03
Show Gist options
  • Save jimmycann/8c905989fff8308b8f9d92e7efdab4c4 to your computer and use it in GitHub Desktop.
Save jimmycann/8c905989fff8308b8f9d92e7efdab4c4 to your computer and use it in GitHub Desktop.
Angular Tinify S3 - Upload Controller (blank)
angular.module('angular-tinify-s3').controller('uploadCtrl',['$scope', '$window', 'Upload',
function($scope, $window, Upload){
}]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment