Skip to content

Instantly share code, notes, and snippets.

@windwp
Created February 21, 2016 14:30
Show Gist options
  • Save windwp/1cd567691a76befb2be8 to your computer and use it in GitHub Desktop.
Save windwp/1cd567691a76befb2be8 to your computer and use it in GitHub Desktop.
//angular 1x
app.angular.module('myApp', ['']);
app.controller('AppController', ['$scope', function($scope) {
}]);
app.service('DownloadService', ['$rootScope', function($rootScope) {
}]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment