Removed unused variable

Signed-off-by: fnuesse <felix.nuesse@t-online.de>
This commit is contained in:
fnuesse 2018-12-30 13:19:58 +01:00
parent b5d8ba8e46
commit 216c8ff8b5
No known key found for this signature in database
GPG key ID: 2089A3431243E819
2 changed files with 1 additions and 2 deletions

View file

@ -37,7 +37,6 @@
secret: '=secret',
inputField: '=useInput',
inputFieldplaceholder: '=inputPlaceholder',
isURL: '=isurl'
},
restrict: 'A',
replace: 'true',

View file

@ -39,7 +39,7 @@
<div class="row" ng-show="credential.url">
<div class="col-xs-4 col-md-3 col-lg-3">{{ 'url' | translate}}</div>
<div class="col-xs-8 col-md-9 col-lg-9">
<span credential-field value="credential.url" isurl="true"></span>
<span credential-field value="credential.url"></span>
</div>
</div>