Skip to content

Instantly share code, notes, and snippets.

@msrivastav13
Created January 31, 2016 01:07
<aura:component implements="forceCommunity:availableForAllPageTypes" controller="FuncommunityController">
<aura:attribute name="topic" type="String" />
<aura:handler name="init" value="{!this}" action="{!c.getTopicName}" />
<div>
<h1>TOPIC FROM SERVER {!v.topic}</h1>
</div>
</aura:component>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment