Thank you Halil!
Thank you Halil!
I'll try to create a sample to demonstrate that problem
Thanks Halil
If you are using IIS you need to install URL Rewrite and make some modifications on the web.config.
I followed this [http://www.advancesharp.com/blog/1191/angularjs-html5-mode-reloading-page-not-found-solution]) but is still not working.
If you find a solution, could you post it here?
Thanks!
Thank you so much! The support from Metronic already have answered and fixed that problem.
I took a look on the styles that are applied on the element. In such case is a button with the .btn class. That .btn exists in the bootstrap and material design. I figured out that metronic demo <a class="postlink" href="http://www.keenthemes.com/preview/metronic/theme/admin_4_angularjs/#/ui_bootstrap.html">http://www.keenthemes.com/preview/metro ... strap.html</a> doesn't load the components-md.css, so will not have a conflict between them. Here are are pictures showing this:
Hi,
Sorry, i should have asked this in the "Module Zero" forum.
But I've followed the steps just like in <a class="postlink" href="https://github.com/aspnetboilerplate/sample-blog-module">https://github.com/aspnetboilerplate/sample-blog-module</a>. So I've used just like you said, the "ABP + Module Zero".
In that repository you created twice the blog view and its js file: sample-blog-module/src/Abp.Samples.Blog.Web/App/Main/views/blog/ sample-blog-module/app/MyAbpZeroProject.Web/App/Main/views/blog/ Why these files are duplicated?
To determine which view is being rendered, I modified the contents of the view of the src folder, and nothing happened. But when I modified the contents of the app folder view, I could see the updates.
It would not be right to keep only view the files in the src folder? And the application load its contents from the module?
Thanks