bit more bootstrappy

This commit is contained in:
2016-06-13 16:55:22 +02:00
parent 7a199c2f13
commit 30f82644ad
2 changed files with 29 additions and 48 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
var transactionControllers = angular.module('transactionControllers', ['ngResource']);
transactionControllers.controller('TransactionListCtrl', [ '$http', '$scope', '$location', '$resource', '$q', function($http, $scope, $location, $resource, $q) {
transactionControllers.controller('TransactionListCtrl', [ '$scope', '$location', '$resource', '$q', function($scope, $location, $resource, $q) {
$scope.refreshList = function() {