You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 19, 2018. It is now read-only.
I am using a calendar in more than one spot within a work flow. Each view needs a different template, to be when my first controller opens, it sets the template for the monthCell. That controller, then opens a MODAL, with another calendar in it, that needs to be templated differently.
I have the config being set in the 2nd controller, but it seems to have no effect. It reverts to the default view. If I remove any configuration change in the second controller, it reverts to the first template I set. Is there a way to change or reset the calendar when then modal opens with a different template?
The text was updated successfully, but these errors were encountered:
It might be possible to get this behaviour by using one time binding on the ng-include of the template. Can you try overriding the month view template and changing this line to:
I am using a calendar in more than one spot within a work flow. Each view needs a different template, to be when my first controller opens, it sets the template for the monthCell. That controller, then opens a MODAL, with another calendar in it, that needs to be templated differently.
I have the config being set in the 2nd controller, but it seems to have no effect. It reverts to the default view. If I remove any configuration change in the second controller, it reverts to the first template I set. Is there a way to change or reset the calendar when then modal opens with a different template?
The text was updated successfully, but these errors were encountered: