I'm trying to display an Angular.JS paged list using this open source directive 'dirPagination'. What is the best practice using ABP? Help!
<a class="postlink" href="https://github.com/michaelbromley/angularUtils/tree/master/src/directives/pagination">https://github.com/michaelbromley/angul ... pagination</a>
The plunker is here: <a class="postlink" href="http://plnkr.co/edit/Wtkv71LIqUR4OhzhgpqL?p=preview">http://plnkr.co/edit/Wtkv71LIqUR4OhzhgpqL?p=preview</a>
Day 2 with APB! Making progress.
APB Best practice / architecture question: Do I need a Person APPLICATION SERVICE / interface for Person data coming from a WebAPI?
Thanks in advance.
I am following the ODATA integration sample: <a class="postlink" href="http://aspnetboilerplate.com/Pages/Documents/OData-Integration">http://aspnetboilerplate.com/Pages/Docu ... ntegration</a>
The ODATA sample has the Entities Person/Phone/Phonetype in the People folder in APB.ODATADEMO.Core project. Is this correct when adding entities to WebAPI? What is the ABP best practice for where to put the entity classes?
Thanks!
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