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 Sep 15, 2024. It is now read-only.
Previously, there was PageController which can be used in conjunction with RouteProvider to easily declare template URL to be used for each controller instance.
However, as we replaced that trait with the recent constructor based DI implementation, we need another method to provide the functionality now.
We could use something like @template("/templates/edit.html") and probably, @title("Page Title") as well to facilitate defining routes.
The text was updated successfully, but these errors were encountered:
Previously, there was
PageController
which can be used in conjunction withRouteProvider
to easily declare template URL to be used for each controller instance.However, as we replaced that trait with the recent constructor based DI implementation, we need another method to provide the functionality now.
We could use something like
@template("/templates/edit.html")
and probably,@title("Page Title")
as well to facilitate defining routes.The text was updated successfully, but these errors were encountered: