Hi,
I am using handsontable angular directive in my project.
normally we define the handsontable as
<ui-handsontable minSpareRows="2" stretchH="'hybrid'" datarows="item in
items">
I want to have the values of attributes like minSpareRows from scope
varrible like <ui-handsontable minSpareRows="{{minrows}}"
stretchH="'hybrid'" datarows="item in items">
I have tried
- {{minrows}}
- ng-attr-minSpareRows="{{minrows}}"
Please guide.
--
You received this message because you are subscribed to the Google Groups
"AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/groups/opt_out.