1480 comments found.
??
Why I cant find the angular version, i was only able to find the html!
????
Hi, I cant find the folder agular
???
NO SUPPORT?
“src/” folder. the angular folder is built by ”>grunt build:angular”
Hi,
I have a pre-purchase question. Will you continue to update the theme?
Best regards,
Yes. working on the update. Thanks
Ok, thanks!
Hi, very nice work you have done here.
I will like to get into the documentation but I can’t find it.
can you please help me with this one?
thank you.
50ed0b38-9e63-4eac-82f3-9007950e87f3
hello, are there any examples for a stylish modal popup confirm dialog?
Only the standard modal dialog. thanks
Hi, i am try to use md-datepicker, but it does not show anything, is this an know bug?
You can update the angular-material to latest version. https://github.com/angular/material
Any updated scheduled for this?
Working on the Angular2 version. Thanks
Hi,
I have purchased the item but when I download it, I am not able to see all the features as shown in demo. Can you please check and help me asap.
check the “src/” folder.
Sorry guys, but the Material Version of this theme is totally buggy. Horizontal scroll is a mess.It doesn’t work on any screen. I had a data table with many columns and scroll is hidden. Header hamburger icon is missing for mobile < 400px width. Both these bugs don’t happen in angular version of the theme. Also ,Animations aren’t as per angular-material guidelines You can test this yourself on live preview. I wasted a lot of my time and it took me a while to figure out that you guys screwed up this release.
I really wanted to purchase material design theme and had a of of questions but you guys did not answer me before.Now that i have purchased this theme, i think you guys owe me an answer.
There is another theme from you people but and i don’t see it having any above mentioned bugs as per preview. https://themeforest.net/item/materil-angular-material-design-admin-template/11062969Can you answer few question here regarding the above theme? Which version of angular does this use. ( i read in the release notes that its 1.4.3 but that july.. has any update been made?)
Also i might use the material theme and cancel the current one, let me know the procedure .
Thanks, Sid
Wrap your datatables in a ”<div class=”table-responsive”></div>”
The Materil item using the 1.4.x version. but you can upgrade to latest version.
Purchase the Materil and submit a refund.
Thanks
please check the official demo to find the bugs i mentioned. Yes i did wrap it but the problem is with the layouts i think, you guys should look in to it.
how long do i have before i can ask for purchase materil and ask for a refund?
you can purchase the Material item then submit a refund immediately.
Thanks
during installation of dependencies (bower install) i have to choise different version of packages: I selected this versions: “resolutions”: { “angular”: “1.5.8”, “angular-cookies”: “1.5.8”, “angular-sanitize”: “1.5.8”, “angular-touch”: “1.5.8”, “fullcalendar”: “2.2.6”, “moment”: “2.8.3” }
it is right? witch version should i use?
also during ‘npm install’ there is this worning: npm WARN deprecated minimatch@0.2.14: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
I am on a OSX
Thanks! Cheers
If you want to ignore the choose notice, you can run “bower install -forcelatest”.
Hello,
Any tip on switching from LTR to RTL on ng-click? The only way I see now is loading index.rtl.html.
You can ng-click to load or unload ../libs/assets/bootstrap-rtl/dist/css/bootstrap-rtl.min.css and css/app.rtl.css
Hi, I am contacting you regarding jvectormap plugin.
I have read through their documentation but I don’t get to see how to dynamically change map from angularjs. I would need your assistance on this one!
Warmest Regards, Asas Innab
The jvetormap does not have the angular directive. you can put the jQuery code in the controller to change map.
Hello,
First of all thanks for the awesome framework. It looks and functions very smoothly.
I wanted to ask if there was anyway to start a blank project with all the styling but without any pages in the submenus so that instead of removing the things I don’t need, I can add only the directives I’m gonna use.
It feels a bit tedious removing all these parts without the app falling apart. Is there an easier way?
You can start from the blank page. and remove the router in the “src/js/config.router.js”
nice template good luck 
Hi this is Celine from China. I purchased your work couple of days ago, I happen to notice on the invoice that you’re located in Chengdu China, if you don’t mind me asking are you Chinese? And may I ask if you have wechat or qq contact info so I could talk to you directly for the support in Chinese? Email will do too. Please advice, thank you very much! Cheers!
Hi, We have a partner from China. and you can send email to heyflat@gmail.com
Thanks
What a amazing product! Im very interested to purchase and create some sort of mockup using HTML version. My question is that i want to use assets from the music app and the main app. So basically, is the music part also available in HTML?
The html version dose not have the music app. Thanks
Is there a way to make the radio buttons on the html form the same colors as the theme for example the success color?
.i-checks input:checked + i{
border-color: #27c24c;
}
.i-checks input:checked + i:before{
background-color: #27c24c;
}
I’m trying to understand how to use the jquery lazy loading. I’m using the template for an html site (no angular) and want to load the assets as needed. I added ui-jq=”chosen” to my select and then i get the following error in the console: “jQuery.Deferred exception: Cannot read property ‘split’ of undefined TypeError: Cannot read property ‘split’ of undefined at Object.uiLoad.load (http://localhost:8080/js/ui-load.js:24:40) at HTMLSelectElement.<anonymous> (http://localhost:8080/js/ui-jp.js:13:16). I copied and pasted the original config but still get the error. Does the lazy loading work for non-angular sites?
<select ui-jq="chosen" class="w-full">