Dear all,
I use PanelBar through angular integration. I link my kendo bar with my controller thanks to k-data-source.
<ul id="kendoPanelBar" kendo-panel-bar k-data-source="vm.accordion" k-options="vm.accordion.options">
I use contentURL to load each panelBar. All work fine !
My problem is the cache option which is disable for ajax request : Loading of different contentURL is performed with the addition of a timestamp for the request :
e.g. : selectRecherche?_=XXXXXXXXX
I would like a classic loading of the content without that timestamp addition (for use of $templateCache). How can I disable that ! I didn't find nothing in k-options! (transport ?)
Thanks a lot