Skip to content

Commit

Permalink
Added URL input field placeholder text
Browse files Browse the repository at this point in the history
  • Loading branch information
abjerner committed Mar 23, 2022
1 parent e0ad177 commit 41ff212
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div class="youtube-video" ng-controller="Limbo.Umbraco.YouTube.Video as vm" ng-class="{loading: vm.loading}">
<div class="youtube-video-input">
<input type="text" ng-show="!vm.embed" ng-model="model.value.source" ng-change="vm.updated()" />
<input type="text" ng-show="!vm.embed" ng-model="model.value.source" ng-change="vm.updated()" placeholder="limboVideo_urlPlaceholder" localize="placeholder" />
<textarea ng-show="vm.embed" ng-model="model.value.source" ng-change="vm.updated()" rows="5"></textarea>
<!--<button type="button" ng-click="vm.add()" class="btn btn-default">
<i class="icon icon-search"></i>
Expand Down

0 comments on commit 41ff212

Please sign in to comment.