This is a migrated thread and some comments may be shown as answers.

spreadsheet & angular?

1 Answer 141 Views
Spreadsheet
This is a migrated thread and some comments may be shown as answers.
John
Top achievements
Rank 1
John asked on 30 Oct 2015, 09:23 PM

 

I'd like to use the spreadsheet widget, but via angular. I tried something like this:

    <div class="container-fluid" ng-controller="planner.PlanEditorController as shot_planner">

        <H1>Planner</H1>

        <kendo-spreadsheet style="height:580px;" options="planner.spreadsheetOptions"></kendo-spreadsheet>

    </div>

 

 but it doesn't seem to be working (the directive is not recognized).

 Any ideas?

 

Thanks,

John

 

 

1 Answer, 1 is accepted

Sort by
0
John
Top achievements
Rank 1
answered on 30 Oct 2015, 09:46 PM
Actually, it appears that directive DOES work, it's just that it's not passing IntelliJ's syntax checking for some reason.
Tags
Spreadsheet
Asked by
John
Top achievements
Rank 1
Answers by
John
Top achievements
Rank 1
Share this question
or