change terms view and taking out auto capitalize in join and create view when writting wallet seeds and passphrase

This commit is contained in:
Gabriel Bazán 2015-12-02 09:53:16 -03:00
commit 6746180782
5 changed files with 31 additions and 6 deletions

View file

@ -0,0 +1,8 @@
'use strict';
angular.module('copayApp.controllers').controller('termOfUseController',
function($scope, uxLanguage) {
$scope.lang = uxLanguage.currentLanguage;
});