Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi Guys Does anyone know how to get access to the dictonary items when you are coding an Angular Template?
In an normal Razor view I would just do this: @Umbraco.GetDictionaryValue("load-more-news")
@Umbraco.GetDictionaryValue("load-more-news")
But in angular i have no idea:
<span class="btn full"> <a href="javascript:void(0)" class="load-more-news" ng-init="GetNews()" ng-click="GetMoreNews()">@Umbraco.GetDictionaryValue("load-more-news")</a> </span>
Hey
Did you found a solution for this?
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion
Dictonary items in Angular
Hi Guys Does anyone know how to get access to the dictonary items when you are coding an Angular Template?
In an normal Razor view I would just do this:
@Umbraco.GetDictionaryValue("load-more-news")
But in angular i have no idea:
Hey
Did you found a solution for this?
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.