use default contact icon for chrome app
This commit is contained in:
parent
6fc0ed2327
commit
3ef0a93337
9 changed files with 35 additions and 9 deletions
|
|
@ -7,6 +7,7 @@ angular.module('copayApp.controllers').controller('amountController', function($
|
|||
var satToBtc;
|
||||
var SMALL_FONT_SIZE_LIMIT = 10;
|
||||
var LENGTH_EXPRESSION_LIMIT = 19;
|
||||
$scope.isChromeApp = platformInfo.isChromeApp;
|
||||
|
||||
$scope.$on('$ionicView.leave', function() {
|
||||
angular.element($window).off('keydown');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue