Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with accessing alias across two panes #21

Open
hiralbalar opened this issue Apr 13, 2016 · 0 comments
Open

Issue with accessing alias across two panes #21

hiralbalar opened this issue Apr 13, 2016 · 0 comments

Comments

@hiralbalar
Copy link

I need to use alias to the another pane. But I am unable to access it. I guess this is because of default behavior of transclude.
Please help me with this. Here is my code:
<div> <bg-splitter orientation="horizontal"> <bg-pane min-size="100"> <input ng-model="searchText"></label> <div ng-repeat="taskobj in tasks | filter:searchText as filteredResult track by taskobj.id"> {{ taskobj.name }} </div> </bg-pane> <bg-pane min-size="150"> <div ng-repeat="timelineTask in filteredResult track by timelineTask.id"> {{ timelineTask.details }} </div> </bg-pane> </bg-splitter></div>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant