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
1 changed files with 0 additions and 3 deletions

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 // scope functions
// //