Base solution for your next web application

Activities of "mattdunndc"

I can't seem to remove top Menu item for Localizations. When there is only one item, the menu still shows. Thanks!

//Add/remove languages for your application Configuration.Localization.Languages.Add(new LanguageInfo("en", "English", "famfamfam-flag-england", true)); // Configuration.Localization.Languages.Add(new LanguageInfo("tr", "Türkçe", "famfamfam-flag-tr")); // Configuration.Localization.Languages.Add(new LanguageInfo("zh-CN", "简体中文", "famfamfam-flag-cn"));

Trying to get an ODATA client working with the ABP SPA framework using AngularJS. Does anyone have sample code to share? Thanks!

Matt

Error 1 The type or namespace name 'Abp' could not be found (are you missing a using directive or an assembly reference?) \Demo\Demo.Core\DemoCoreModule.cs 2 7 Demo.Core

Error 2 The type or namespace name 'AbpModule' could not be found (are you missing a using directive or an assembly reference?) \Demo\Demo.Core\DemoCoreModule.cs 6 35 Demo.Core

Showing 11 to 13 of 13 entries