Add ADB Keys UI.

This commit is contained in:
Gunther Brunner
2014-09-25 23:23:05 +09:00
parent 66cbfe0c3c
commit d611a0317e
7 changed files with 151 additions and 14 deletions

View File

@@ -1,6 +1,7 @@
module.exports = function () {
return {
restrict: 'EA',
transclude: true,
scope: {
icon: '@',
message: '@'

View File

@@ -1,4 +1,5 @@
<div class="nothing-to-show vertical-center">
<span ng-transclude></span>
<i class="fa fa-4x" ng-class="icon"></i>
<p ng-bind="message"></p>
</div>
</div>