now plugins can be read on runtime
This commit is contained in:
parent
e4f5862576
commit
93b287bedc
5 changed files with 67 additions and 41 deletions
|
|
@ -59,7 +59,6 @@
|
|||
<span class="text-gray">Email address confirmation needed</span>
|
||||
</div>
|
||||
</tab>
|
||||
|
||||
<tab style="width: 50%;" select="selectStorage('local')">
|
||||
<tab-heading>
|
||||
<div class="m5t text-bold">In this Device </div>
|
||||
|
|
@ -82,17 +81,11 @@
|
|||
</tab>
|
||||
</tabset>
|
||||
|
||||
<button ng-show="!useLocalstorage" translate class="button primary radius expand m0" ng-click="setStorage(useLocalstorage)">
|
||||
Create in the cloud
|
||||
<button translate class="button primary radius expand m0" ng-click="goToEmail()">
|
||||
<span ng-if="!useLocalstorage"> Create in the cloud</span>
|
||||
<span ng-if="useLocalstorage"> Create in this device</span>
|
||||
</button>
|
||||
|
||||
<button ng-show="useLocalstorage" translate class="button primary radius expand m0" ng-click="setStorage(useLocalstorage)">
|
||||
Create in this device
|
||||
</button>
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="box-setup-footer">
|
||||
<div class="left">
|
||||
<a class="text-gray" href="#!/">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue