Skip to content

empty name in 'adfDashboardChanged' listener #266

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

muzuro
Copy link

@muzuro muzuro commented Aug 22, 2016

There is an issue with empty name in 'adfDashboardChanged' listener. I belive it is caused by late adf-dashboard name attribute assignment.

I declare adf-dashboard this way:
<adf-dashboard name="{{dashboard.id}}" collapsible="true" structure="6-6" adf-model="dashboardConfig" />
At start dashboard.id not assigned, it will be assigned by $http.get callback.

We can fix this by broadcasting $scope.name value instead name.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 93.153% when pulling 8234370 on tko-inform:master into 0a1b1b6 on angular-dashboard-framework:master.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 93.153% when pulling 51a1feb on tko-inform:master into 0a1b1b6 on angular-dashboard-framework:master.

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

Successfully merging this pull request may close these issues.

2 participants