1
0
mirror of https://github.com/moparisthebest/mail synced 2024-11-25 18:32:20 -05:00

Remove unneeded fingerprint scope var in contacts

This commit is contained in:
Tankred Hase 2014-11-12 20:29:27 +01:00
parent e1c594ce0f
commit 9c5bb31d66

View File

@ -19,9 +19,6 @@ var ContactsCtrl = function($scope) {
}
};
// set default value so that the popover height is correct on init
$scope.fingerprint = 'XXXX XXXX XXXX XXXX XXXX XXXX XXXX XXXX XXXX XXXX';
//
// scope functions
//