'use strict'; angular.module('cosign.transactions').controller('TransactionsController', function($scope, $rootScope, $location) { $scope.title = 'Transactions'; });