diff --git a/www/plugins/es/templates/common/edit_socials.html b/www/plugins/es/templates/common/edit_socials.html index bed22c7da2143a2b41f1c87d8915f45a99b9efb7..78bdc7458ca8266a7e2fc51f9ea515d3a64b9d43 100644 --- a/www/plugins/es/templates/common/edit_socials.html +++ b/www/plugins/es/templates/common/edit_socials.html @@ -1,4 +1,4 @@ -<div class="list no-padding {{::motion.ionListClass}}"> +<div class="list no-padding" ng-class="::motion.ionListClass"> <!-- divider --> <div class="item item-divider"> diff --git a/www/plugins/es/templates/common/modal_location.html b/www/plugins/es/templates/common/modal_location.html index 98bb4a174d988a839d6d977a3ab86a899b260370..732ee57de13b05934bbef03e6c96e52e7de9e232 100644 --- a/www/plugins/es/templates/common/modal_location.html +++ b/www/plugins/es/templates/common/modal_location.html @@ -48,7 +48,8 @@ </div> <ion-list ng-if="!search.loading" - class="padding-top {{::motion.ionListClass}}"> + class="padding-top" + ng-class="::motion.ionListClass"> <div ng-repeat="res in search.results" class="item item-border-large item-text-wrap ink" ng-class="::{'item-divider': !res.address, 'item-icon-left item-icon-right': res.address}" diff --git a/www/plugins/es/templates/group/edit_group.html b/www/plugins/es/templates/group/edit_group.html index 50f218a8ab59a82fd08ad4fe3aca4fd3386d5f8d..18c01d46807e53a72cf54d0fef23bddcfddbd346 100644 --- a/www/plugins/es/templates/group/edit_group.html +++ b/www/plugins/es/templates/group/edit_group.html @@ -26,7 +26,7 @@ <!-- --> <div class="list" - ng-class="motion.ionListClass" + ng-class="::motion.ionListClass" ng-init="setForm(recordForm)"> <div class="item hidden-xs"> diff --git a/www/plugins/es/templates/group/list.html b/www/plugins/es/templates/group/list.html index 95e49b6a9d35fa7230b1f97337c1f0ff7ff11b84..4a69811904ea8bd505f71226eb584aff3c272276 100644 --- a/www/plugins/es/templates/group/list.html +++ b/www/plugins/es/templates/group/list.html @@ -1,4 +1,4 @@ -<ion-list class="{{::motion.ionListClass}}"> +<ion-list ng-class="::motion.ionListClass"> <ion-item ng-repeat="notification in search.results" diff --git a/www/plugins/es/templates/group/lookup_form.html b/www/plugins/es/templates/group/lookup_form.html index 889b7216f35e8dccd874d54d86a18e896e938d7f..86afba48099f9b9af8209bbd7e1874a8f394ced4 100644 --- a/www/plugins/es/templates/group/lookup_form.html +++ b/www/plugins/es/templates/group/lookup_form.html @@ -71,8 +71,8 @@ </div> </div> - <div class="list {{::motion.ionListClass}}" ng-if="!$scope.search.loading"> - + <div ng-if="!$scope.search.loading" + class="list" ng-class="::motion.ionListClass"> <ng-include src="::'plugins/es/templates/group/items_groups.html'"></ng-include> </div> diff --git a/www/plugins/es/templates/invitation/list_invitation.html b/www/plugins/es/templates/invitation/list_invitation.html index 098d27a81a6acfb97b92ce4ebec745ece987bfdf..75803256f74ee1e9827266a77d79a4d57ca10fbb 100644 --- a/www/plugins/es/templates/invitation/list_invitation.html +++ b/www/plugins/es/templates/invitation/list_invitation.html @@ -1,4 +1,4 @@ -<ion-list class="{{::motion.ionListClass}}"> +<ion-list ng-class="::motion.ionListClass"> <ion-item ng-repeat="invitation in search.results" diff --git a/www/plugins/es/templates/message/list.html b/www/plugins/es/templates/message/list.html index c564a6e49202901bde89e749284751e5faed20f2..33e4c58fe48637ad5dc0c72f59ecb5db02d3ac73 100644 --- a/www/plugins/es/templates/message/list.html +++ b/www/plugins/es/templates/message/list.html @@ -3,7 +3,7 @@ <span ng-if="search.type=='text'" translate>COMMON.SEARCH_NO_RESULT</span> </div> -<ion-list class="{{::motion.ionListClass}}" +<ion-list ng-class="::motion.ionListClass" can-swipe="$root.device.enable"> <ion-item diff --git a/www/plugins/es/templates/message/view_message.html b/www/plugins/es/templates/message/view_message.html index 3ce1f164ef6aab08a79b7d5dd73190bd9e02ad75..1c37f7871c3092320b838236d6494889b3634095 100644 --- a/www/plugins/es/templates/message/view_message.html +++ b/www/plugins/es/templates/message/view_message.html @@ -21,7 +21,7 @@ <ion-spinner icon="android"></ion-spinner> </div> - <div class="list animate-fade-slide-in item-text-wrap"> + <div class="list item-text-wrap" ng-class="::motion.ionListClass"> <!-- Buttons bar--> <div class="item large-button-bar hidden-xs hidden-sm"> diff --git a/www/plugins/es/templates/network/view_es_peer.html b/www/plugins/es/templates/network/view_es_peer.html index 063954fb7a07f7fbf09e1ad803bd8f6330c9dbfd..9593d2f18115dd7003c80222dda7c93bff6adce0 100644 --- a/www/plugins/es/templates/network/view_es_peer.html +++ b/www/plugins/es/templates/network/view_es_peer.html @@ -119,7 +119,8 @@ <ion-spinner class="icon" icon="android"></ion-spinner> </div> - <div class="list no-padding {{::motion.ionListClass}}" ng-if="isReachable"> + <div ng-if="isReachable" + class="list no-padding" ng-class="::motion.ionListClass"> <div ng-repeat="peer in :rebind:peers track by peer.id" class="item item-peer item-icon-left ink" diff --git a/www/plugins/es/templates/notification/list_notification.html b/www/plugins/es/templates/notification/list_notification.html index 6b98515553b16f4ecdb458e40b31f55e0fc44217..0ee96bf6714258c3be0141113dcd1487b5ef174b 100644 --- a/www/plugins/es/templates/notification/list_notification.html +++ b/www/plugins/es/templates/notification/list_notification.html @@ -1,4 +1,4 @@ -<ion-list class="{{::motion.ionListClass}}"> +<ion-list ng-class="::motion.ionListClass"> <ion-item ng-repeat="notification in search.results track by notification.id" diff --git a/www/plugins/es/templates/registry/edit_record.html b/www/plugins/es/templates/registry/edit_record.html index 565a813c9fb01b4fbef77655daf1d89e035679b9..44a3cb491d3ebd33e91461577e20655bb71f48ab 100644 --- a/www/plugins/es/templates/registry/edit_record.html +++ b/www/plugins/es/templates/registry/edit_record.html @@ -48,7 +48,7 @@ <div class="col no-padding-xs no-padding-sm"> <form name="recordForm" novalidate="" ng-submit="save()"> - <div class="list {{::motion.ionListClass}}" + <div class="list" ng-class="::motion.ionListClass" ng-init="setForm(recordForm)"> <div class="item" ng-if="id"> <h4 class="gray"> diff --git a/www/plugins/es/templates/registry/lookup_list.html b/www/plugins/es/templates/registry/lookup_list.html index 5b98cb48ebab7cbe4ab9ec0155bf952e2009a386..9618ed363626c429a58c35dcb7f3ed681af8d191 100644 --- a/www/plugins/es/templates/registry/lookup_list.html +++ b/www/plugins/es/templates/registry/lookup_list.html @@ -1,6 +1,6 @@ -<ion-list class="{{::motion.ionListClass}}" - ng-if="!search.loading && search.results"> +<ion-list ng-if="!search.loading && search.results" + ng-class="::motion.ionListClass"> <div class="item item-avatar item-icon-right item-border-large ink" ng-repeat="item in search.results" diff --git a/www/plugins/es/templates/registry/lookup_list_lg.html b/www/plugins/es/templates/registry/lookup_list_lg.html index a98685446e48cad2d8323ebe8f483f3b198b4d31..e2105612fe88b6d70f64afa1ffd0613e063fc0a3 100644 --- a/www/plugins/es/templates/registry/lookup_list_lg.html +++ b/www/plugins/es/templates/registry/lookup_list_lg.html @@ -1,7 +1,7 @@ -<div class="list {{::motion.ionListClass}}" - ng-if="!search.loading && search.results && search.results.length > 0"> +<div ng-if="!search.loading && search.results && search.results.length > 0" + class="list {{::motion.ionListClass}}" ng-class="::motion.ionListClass"> <a ng-repeat="item in search.results" class="item item-record item-border-large ink padding-xs" diff --git a/www/plugins/es/templates/registry/view_record.html b/www/plugins/es/templates/registry/view_record.html index 1c2e95c596eef00be53ecb5f49b8ee45697d72bc..9ee01722102f3f80c60512a8ffef512f3e4c9d49 100644 --- a/www/plugins/es/templates/registry/view_record.html +++ b/www/plugins/es/templates/registry/view_record.html @@ -51,7 +51,7 @@ <div class="col col-20 hidden-xs hidden-sm"> </div> - <div class="col list animate-fade-slide-in item-text-wrap no-padding-xs no-padding-sm"> + <div class="col list item-text-wrap no-padding-xs no-padding-sm" ng-class="::motion.ionListClass"> <div class="item"> <h2 class="gray"> diff --git a/www/plugins/es/templates/subscription/edit_subscriptions.html b/www/plugins/es/templates/subscription/edit_subscriptions.html index 5590006f7c3ee40c46cf6cfca2afaa8db4d3e55d..db1565ecc901162cb5ee2c50888b824c4d741bc4 100644 --- a/www/plugins/es/templates/subscription/edit_subscriptions.html +++ b/www/plugins/es/templates/subscription/edit_subscriptions.html @@ -39,7 +39,7 @@ <div class="row no-padding"> <div class="col col-20 hidden-xs hidden-sm"> </div> - <div class="col list {{::motion.ionListClass}} item-border-large"> + <div class="col list item-border-large" ng-class="::motion.ionListClass"> <!-- emails --> <ng-repeat ng-repeat="subscriptions in search.results | filter: { type: 'email' }" diff --git a/www/plugins/es/templates/user/edit_profile.html b/www/plugins/es/templates/user/edit_profile.html index 0efadbbaba066cc359dd0ee2c8c5322a72afb660..a9a16ba605898f61e42bb76a4ec7e1cc39a1fecb 100644 --- a/www/plugins/es/templates/user/edit_profile.html +++ b/www/plugins/es/templates/user/edit_profile.html @@ -64,7 +64,8 @@ <form name="profileForm" novalidate="" ng-submit="saveAndClose()"> - <div class="list item-text-wrap {{::motion.ionListClass}}" ng-init="setForm(profileForm)"> + <div class="list item-text-wrap" ng-class="::motion.ionListClass" + ng-init="setForm(profileForm)"> <!-- Public info --> <div class="item item-icon-left item-text-wrap"> @@ -118,7 +119,7 @@ <!-- social networks --> <ng-include src="::'plugins/es/templates/common/edit_socials.html'" ng-controller="ESSocialsEditCtrl"></ng-include> - <div class="list item-text-wrap {{::motion.ionListClass}}"> + <div class="list item-text-wrap" ng-class="::motion.ionListClass"> <div class="item item-divider" translate>PROFILE.TECHNICAL_DIVIDER</div>