1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-10-20 07:40:57 +02:00
bitwarden-browser/src/popup/app/settings/settingsCreditsController.js
2016-11-29 21:27:06 -05:00

7 lines
161 B
JavaScript

angular
.module('bit.settings')
.controller('settingsCreditsController', function ($scope, i18nService) {
$scope.i18n = i18nService;
});