Merge branch 'UKFest-U4-7070' of git://github.com/JJCLane/Umbraco-CMS into JJCLane-UKFest-U4-7070

This commit is contained in:
Claus
2015-11-12 14:05:10 +01:00

View File

@@ -100,10 +100,11 @@
<input type="text"
class="input-foldername input-mini inline"
ng-show="showFolderInput"
ng-if="showFolderInput"
ng-model="newFolderName"
ng-keydown="submitFolder($event)"
on-blur="showFolderInput = false">
on-blur="showFolderInput = false"
focus-when="{{showFolderInput}}">
</li>
</ul>
</div>