Created
January 31, 2016 01:07
-
-
Save msrivastav13/fd45b33a42c41d709c58 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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