Quantcast
Channel: Ionic Framework - Ionic Forum
Viewing all articles
Browse latest Browse all 49172

How Resize Item-Icon-Right In Side Menu Drop Down

$
0
0

@staniscp wrote:

How change size item-icon-right in side menu drop down?

Controller Code for side menu drop down :

var i = 1;
$scope.groups = [i];

$scope.toggleGroup = function(group) {
if ($scope.isGroupShown(group)) {
$scope.shownGroup = null;
} else {
$scope.shownGroup = group;
}
};
$scope.isGroupShown = function(group) {
return $scope.shownGroup === group;
};

Item icon right :

-> I want size ion-chevron like this :

-> Code : only difference with the above code in section class="item-stable"

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 49172

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>