229 comments found.
Hi there again, I’m sorry to disturb you, I have separate all files from materil and split the application in modules, so, I’m getting an error and I don’t know how to get rid off it. I’m getting this error: unreachable code after return statement which is in this file: angular-material.js line 594 I’m not sure what is that related with, I do know is complaining about something executed in angular material js but not sure what is causing the error. any clues? I have changed the app.ctrl.js file but I think it has nothing so different than the original to make this error show up. any clues what could be?
You can try using the angular-material.min.js in the bower_components.
Hello, i’m new with this template, actually i’m trying to understand how it work, so i have a technical question: in html pages ( ex : layout.html, nav-ui-kits.html ), i found app.dashboard, app.wall, page.profile etc.. the thing i didn’t get is that there are no mapping between app.wall and wall.html, and the template get it,
i hope that my question is clear, can you help please 
The app.dashboard and app.wal.. are the url router in “app/scripts/config.router.js”.
it’s angularjs module https://github.com/angular-ui/ui-router
Hi there,
We have a client where we consider using the theme. They would require it to be based on Bootstrap 4 and Sass. Are you considering this? – We would also be able to allocate budget to complete the upgrade work, what do you think?
Thanks, Michael
Hello,
Can you make collapsible email messages like google´s inbox does?
https://www.youtube.com/watch?v=_rftaLqU7P0&feature=em-upload_ownerThanks, Vitor
No feature for this, can show a collapsed div when click on the email list.
The Regular License stated that i can’t charge my users for using the ui, what does this mean and can i at least charge them for the services the app provides.
Just confused on the Regular License thing
If you use the UI to build a service and user need pay to see/use the service, you need the Extended license.
Thanks
Hello- May i know how we can integrate your app with Django framework? and could you please provide documentation as well?
Thanks ARC
No experience on Django. https://thinkster.io/django-angularjs-tutorial
I have already tried twice to reach you and I have no respond from you, I have a license with standard support included, I’m not asking customization or installation however I’m still expecting that you clearify a few doubts I have. I’m adding ui.router.tabs support so, my last question how can I change the content layout and app.ctrl.js files to be able to load routes from router provider inside a main tab panel in the content.html box layout which displays all pages, modules and responds.
Use the tab to load the page to ui-view is not a good practice. click on tab will not change url, but ui-view need a router.
thanks
<!-- Content -->
<div class="box-row">
<div class="box-cell">
<ul class="nav nav-tabs">
<li class="active">
<a href="" data-toggle="tab" data-target="#tab1">Main</a>
</li>
</ul>
<div class="tab-content p b-a no-b-t bg-white m-b-md">
<div role="tabpanel" class="tab-pane animated fadeIn active" id="tab1">
<div class="box-inner padding" ui-view="" id="view">
</div>
</div>
</div>
</div>
</div>
<!-- / -->
I think it’s not correct way, when you click on the tab, the url does not change and you can not load the content into the ui-view.
ui-view need unique router to load the content.
You can put the tab in each view and use active class to make it selected.
Hello there, as I told you I was going to purchase this amazing theme, however I need some help to reorder the code and produce the modules I need. I would like to have the main app order by module instead of how you have your directories structure, my app would be something like:app.js in main level and inside each module, all required files of the module. —dashboard/ -> dashboard.html, dashboard-controller.js, dashboard-directives.js And so on, so, I found that you use lazy controller, how can I achieve to reorder the application exactly as I wanted keeping the lazyload configuration? If I remove all states in the config.router.js file leaving dashboard only and changing the resolve parameter would I’ve be allowed to load just the dashboard without any other element? Am I clear enough? thanks a lot.
You can have your own dir structure, and use the lazy load to load the required js files in the config.router.js.
HI,
Can i use this theme for the open source project. If so, please let me know, so that i can try to buy it.
Kumar
Regular license not allowed to redistribute.
You need Extended License if you want to redistribute as open source project.
Thanks
HI,
Can i use this theme for the open source project. If so, please let me know, so that i can try to buy it.
Kumar
Regular license not allowed to redistribute.
You need Extended License if you want to redistribute as open source project.
Thanks
Does Materil include a grunt task for prod deployment ? e.g. putting everything into a self contained release folder after pre-processing.
>grunt build:angular
to build the app/ to angular/ folder
Does Materil include a grunt task for prod deployment ? e.g. putting everything into a self contained release folder after pre-processing.
When I upgrade material.angularjs (0.10.0) to 1.1.0-rc4 version, Color of menu on left navigation change to pink. May I config theme or change Css to fix that? Thanks.
Tested on 1.0.9, it’s white background with black text on left navigation. you can see there is a “bg-white” class in the #aside.
thanks.
Hi Flatfull, I’ve bought your Materil template yesterday but it seems like the HTML version is flickering in Chrome & FF when I move mouse. Angular version is perfectly fine. I can provide screenshot if needed. Thanks.
flickering? can you give a screenshot? Thanks
Yes, when you move mouse – http://datamatic.co/images/materil-issue.gif To fix this issue, I had to change .. to .. inside swig/blocks/aside.html (line 3). class=”left” makes the whole div stretching through the whole page. Anyway, not a biggie now when I found a workaround..
Dear developer, I found your panel and seems very impresive, I want to use it for a RT metrics application however I have a huge concern. Is it possible to use the main center panel where the dashboard resides as a tab panel to have dashboard and also other panels at the same time so we can do several things at the same time? regards
Yes. you can use a bootstrap tab component to wrap the dashboard as a tab panel.
Thanks
Easy or hard to implement? I still want everything else exactly as it is, I just want to have tabs in the middle… regards.
Wrap the middle content in a tab panel. and use a tab component to trigger the tab.
http://flatfull.com/themes/materil/html/ui.component.nav.htmlHello,
Purchased this theme recently but the downloaded version does not have all the features as the online view. For example Full Screen / Theming / datepicker and many other tools are not available!
You may contact me on Skype – chauhan.munish1 or email me at chauhan.munish1@gmail.com
There are two versions, “app/” is angular version. “html/” is jquery version. the angular version has the full features as on the demo, some features missing on html version.
Thanks
good autor;
I’m having a problem layout installation(Bower dependecies old). I followed all the procedures step by step but it does not work
I installed the packet.json
I installed bower.json
My bower is a problem with conflicting dependencies.
I need help to solve thanks
https://www.youtube.com/watch?v=yuHx1fhzlK8&feature=youtu.beUse “bower install—force-latest” to ignore the version chosen.
How can I add a datepicker control from ngMateril?
Check the official demo, https://github.com/angular/material/tree/v1.0.9/src/components/datepicker/demoBasicUsage