Skip to content

Instantly share code, notes, and snippets.

@shawnwildermuth
Created April 26, 2016 05:10
Show Gist options
  • Save shawnwildermuth/e60a9619dd06a2c6ed5d7e9cae9c19cf to your computer and use it in GitHub Desktop.
Save shawnwildermuth/e60a9619dd06a2c6ed5d7e9cae9c19cf to your computer and use it in GitHub Desktop.
homeIndexModule.controller("topicsController", ["$scope", "$http", "dataService", function ($scope, $http, dataService) {
$scope.data = dataService;
$scope.isBusy = false;
//...
}]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment