define(['quote/quote'], function (quote) { quote.controller('LinkAccounts', ['$scope', '$http', function ($scope, $http) { $scope.SetStepHeader('

Link Bank Accounts

'); }]); });