meteorhacks/flow-components

Allow to see parent actions with in UI block

Closed this issue · 1 comments

{{#render component="loading" isLoading=getFn$isLoadingHbarChart}}
  {{>
    render component="hbar"
    onSelect=action$onHarbarSelect
  }}
{{/render}} 

this sample code returns an error "there is no such private action: loading.action.onHarbarSelect"

Fixed this issue.
Also updated Kadira UI for the new release.

On Mon Feb 16 2015 at 1:22:30 PM Pahan Sarathchandra <
notifications@github.com> wrote:

{{#render component="loading" isLoading=getFn$isLoadingHbarChart}}
{{>
render component="hbar"
onSelect=action$onHarbarSelect
}}
{{/render}}

this sample code returns an error there is no such private action:
loading.action.onHarbarSelect


Reply to this email directly or view it on GitHub
#8.