Skip to content

Instantly share code, notes, and snippets.

@jongravois
Created September 3, 2014 13:47
Show Gist options
  • Save jongravois/666bb96eab872bef6c13 to your computer and use it in GitHub Desktop.
Save jongravois/666bb96eab872bef6c13 to your computer and use it in GitHub Desktop.
(function(){
var EditAppController = function($scope, $state, $http, $location, $window, _){ //, loan
}; // end EditAppController
EditAppController.$inject = ['$scope', '$filter', '$state', '$http', '$location', '$window', '_']; //, 'loan'
angular.module('ARM').controller('EditAppController', EditAppController);
}());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment