Skip to content

Instantly share code, notes, and snippets.

@tristanpendergrass
Created August 15, 2016 18:22
Show Gist options
  • Select an option

  • Save tristanpendergrass/20cf7795ca522e7616ef2adca063b0a1 to your computer and use it in GitHub Desktop.

Select an option

Save tristanpendergrass/20cf7795ca522e7616ef2adca063b0a1 to your computer and use it in GitHub Desktop.
constructor ($scope, angularServices, coreServices) {
this.$scope = $scope;
const { $http, $timeout, $location, $state } = angularServices;
const { config } = coreServices;
this.$http = $http;
this.$timeout = $timeout;
this.$location = $location;
this.$state = $state;
this.config = config;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment