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...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
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...