229 comments found.
Hi. The required field validations doesn’t work in iphone browser. Please check this link. http://flatfull.com/themes/materil/html/signin.html On computer the validations work, but not in iphone. Please fix this and update. Thanks.
This page does not use any validation. you can use a js validation. eg. http://parsleyjs.org/
What do you mean by it doesn’t use any validation. It uses empty field validation. When we click on signin, if the fields are empty, it says “Please fill out this field” That works fine on desktop, but doesn’t work on iphone. You can try yourself by opening this link on desktop and iphone and see yourself. Please provide a fix. This issue is there on all form validations.
It’s html5 “required” element, does not support on IOS, http://stackoverflow.com/questions/10664356/html5-form-element-required-on-ipad-doesnt-work
If iOS doesn’t support it, then you should have used an alternative javascript validations, that is supported. Please provide an alternative js validation solution for this issue, so that I can use it for mobile, or else there is no use for this theme for me.
You can use this one, http://parsleyjs.org/
Hi, im new to angular-ui-router, so i get a few problem when i want to modify the template. my question is :
1. in config.router.js, you add lazy load the script needed when the controller called via “resolve”.
example:
..
.state(‘app.analysis’, { url: ’/analysis’, templateUrl: ‘views/pages/dashboard.analysis.html’, data : { title: ‘Analysis’ }, resolve: load([‘scripts/controllers/chart.js’,’scripts/controllers/vectormap.js’])})
..
my problem is, if i want to add another function in my “resolve”, for example, “authentication” method so i can check if the user already log-in or not, how to do this?
this is the example if i add without your load function:
...
.state('access.signin', {
url: '/signin',
templateUrl: 'views/pages/signin.html',
resolve:{authenticate : authenticate}
})
...
can you help me? i try to add:
..
.state('access.signin', {
url: '/signin',
templateUrl: 'views/pages/signin.html',
resolve:{authenticate : authenticate, load:load(['scripts/controllers/chart.js','scripts/controllers/vectormap.js'])}
})
..
and getting error.
oh yes, i purchase your theme but never had time to use it so the support is expired when i needed the most like this time.
Thanks.
resolve:{
authenticate : authenticate,
load:load(['scripts/controllers/chart.js','scripts/controllers/vectormap.js']).deps
}
Thanks dude, it worked, awesome 
Hi Support! How can I change language (use i18n) on page?
Yes. you can, the module is loaded in this template, https://github.com/angular-translate/angular-translate
Hello there!
I’ve been the whole day trying to use the ui-grid’s ui-grid-pagination module, but it doesn’t seem to work. Looks like the controller injects the ui-grid dependency, but the the ui-grid-pagination is missing.
Could you please provide a sample controller code or at least some explanation about my problem?
Thanks in advance! Materil rocks!
This is the pagination http://ui-grid.info/docs/#/tutorial/214_pagination code example.
Please use your purchased account to ask questions.
Thanks
Hey there,
Your item selling on other market !!
https://shapebootstrap.net/item/1525377-elixir-angularjs-admin-dashboard-templateThanks.
Unbelievable, Sent an take down email. Thanks
How to integrated this theme with ionic?
They both use angualrJS, you can use the css and layout in your ionic project.
Hi,
This theme not work properly in the last Chrome version.
The problem : display: table; display: table-row;
use a custom css to quick fix. .box .box-row .box-cell{display:table-cell}
The Materil Theme is totally dead on Chrome’s new version which came out today. We are totally down as a result. We need immediate support!!!!
Is there any update on a fix here? We need to move quickly to solve the problem… Any idea on when it will be fixed?
use custom css to quick fix it.
.box .box-row .box-cell { display: table-cell; }
I can also confirm that since updating to Chrome 50 the main areas of the app are white, seems to be a css issue.
Yes. got this issue with the new chrome:50, it’s rendering as IE(before it’s same as Firefox). .box-cell{display: table-cell} will fix on chrome:50, but will break on Firefox.
so need a hack on the Firefox also older chrome.
I am looking into this.
Thanks
Auto-fixed when update to Chrome Version 50.0.2661.86.
Thanks
Chrome 50 has broken the theme
Got this issue, working on it. Thanks
Auto-fixed when update to Chrome Version 50.0.2661.86.
Good day. There are some missing features in the downloaded content of your admin template, which i could view in the Flatfull’s supported items. They include Form menus such as slider, Tress, File upload etc. and important Table menus also. So, I guess I have not been provided with the entire product and hope that you provide clarifications soon for availing those missing features. Awaiting for your prompt response.
Some components only available in Angular Version. check the app folder. Thanks
I need some more clarification to implement your code to my project. Already I created the angularjs project with default folder structure. Currently give me required assistance on using your code with existing project. Also let me know in case of any additional softwares or libraries need to run your code. While having walkthrough in the README.md file, it suggested that “bower” needs to be insalled. Please provide a clear information with picture referance for support.
The file you download from themeforest, do not need other software(eg. bower, grunt, nodejs), you just need put the files on a server to preview it. the libs is in the “libs” folder.
bower is optional when you want to add new libs in your project.
if you have a project with your folder structure, i suggest copy the required files from “Materil” into your project.
Thanks
i copied your material and I start the project using “npm start”. I got in browser and when i click on the app folder error is coming.
Error-—-—-——-
Did you reinstall the angular-material?
HI, My name is Liza and i am writing you in regard to one of your themes on themeforest , I am very impressed with the theme and would like to use it in my upcoming project , which will be a business application for my consulting customers. Is it possible for you to engage with us to design pages, mostly forms for our application using this theme, we have a decent budget of about 2000 usd. let me know your thoughts and you can reach me on admin@conbis.net or gmail address…,m
Sent a msg to your email. Thanks
Do you plan to do the wordpress version of the theme?
No plan for wp version for this theme. Thanks
The transitions are very slow. How can i optimize them? I refer when sidebar appear and disappear, scroll long pages… please help!
The left nav sidebar using .transition(width 0.4s cubic-bezier(0.25, 0.8, 0.25, 1));
the width transition is not using hardware-accelerated css animation.
if you do not want it. remove the “folded” class on the aside.
Is there a way to see where we can find datePicker in the form components?
Datepicker here: http://flatfull.com/themes/materil/angular/#/ui/component/uibootstrap
Thanks
Is there any GPL-licensed code or other split licensing for this template (other than the open source listed on the item details page)?
No GPL-license for this item, only Regular or Extended licenses, http://themeforest.net/licenses/standard
Thanks
I will look into these validators, Thanks
Do you have a solution for this layout problem with the cards?
http://screencast.com/t/DA37ySJnwLI<div style="height:64px;overflow:hidden" />
does anyone have a solution for this issue with the cards http://screencast.com/t/DA37ySJnwLI