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

How can i share text in ionic

$
0
0

@sameh wrote:

hi every body
i tray to share some text import from json file in app
this code

    <ion-view view-title="details">
	<ion-content ng-controller="UnionsController">
		<div class="list list-inset card cardNew" ng-repeat="item in unions  | filter: { Name : whichunions}">
			<div class="item item-body">
                <a onclick="window.plugins.socialsharing.share('{{item.Name}}',
null, null, null)">
                <button class="button icon ion-android-share-alt button-stable"></button>
                </a>
				<h2>{{item.Name}}</h2>
                <p>{{item.Adress}}</p>
			</div>
        </div>
	</ion-content>
</ion-view>

how can i share this {{item.Name}}
thanks

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 49188

Trending Articles



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