1480 comments found.
Hi,
First of all congrats by the theme, is simply wonderful!
Is there plans to work with yeoman? Or an easy way to make compatible with it? The livereload, grunt tasks for minification, etc, are all very good tools that i miss with this theme.
Thank you
Hi, this theme does not use yeoman generator. but you can use the grunt and bower, the gruntfile.js, bower.json and package.json files are included. and included some tasks js like(minify, concat, less to css, copy, bump).
Thanks
I came across a really cool set of retina-compliant animated weather icons maybe they could be used in a weather widget?
http://codepen.io/noahblon/details/lxukHHi, thanks for this suggestion. i will add this. Thanks
Could you implement a mega menu like the one here? : http://bigmedved.ru/orb/admin-megamenu.html
I will add one, Thanks
Thank you 
You are welcome 
First of all thanks for Awesome template. I tried to build my navigation based on nav.html but when I click on a list item with childs then its not toggling the child list. How ever, with aside folded it toggles with hover. Can you tell me what is the base of this toggling ?
use the ui-nav directive. <nav ui-nav …>
Is there any step-by-step instruction to using this template with this generator: https://github.com/DaftMonk/generator-angular-fullstack ? Or even how to use Grunt file, etc? I’m new to web dev, self-taught… need a little help! Love the template. Thanks
Actually this theme is not generated by Fullstack. so no step by step instruction.
how to use the Grunt http://www.gruntjs.org/ For this theme.go to the project root folder > npm install (install packages) > npm install -g grunt-cli (install grunt command) > grunt bower-install-simple (install bower dependencies) > grunt build:dev (less to css, copy js...)
Thanks
Perfect thanks. The last step is what I needed.
and there are some other grunt tasks in the “grunt” folder. you can find the these plugins documents on https://www.npmjs.org/
Hi,
I want to know that can you convert the following template for Joomla 3.x? And how much would be the price?
Thanks
We do not work on Joomla, maybe you can find on Envato Studio
Thanks
I think there is a bug, when I open a page with a table wich is larger then the page size, it should be with a button to enlarge. Once I reload the page it works correct
Did you set the table width? is it the Datatable?
I copied the code from the demo code, you can see it here: http://cmr.robintimman.nl/cms#/app/pages after the login, when you go to there from a other page like dashboard or something. when I reload the page it goes well
i don’t follow, do you mean this page http://cmr.robintimman.nl/cms#/app/pages ? the Footable table not hide some columns on Small Screen?
When I open that page in small screen it looks like this: http://robintimman.nl/screenshot.png
but when i reload it looks like: http://robintimman.nl/screenshot2.png
It’s the Footable plugin bug. will fix in next update. Thanks
thanks
Hi, Just tested on your server(iPhone5s and Nexus5). there are 2 pages:
http://cmr.robintimman.nl/cms#/app/pages/active/ have a css problem.but http://cmr.robintimman.nl/cms#/app/pages/all/ works fine.
but they are almost the same. wired.
Hi, your product seems great, its just one thing here, I dont want to use angular, I would like to use normal HTML with your styles, do you have some easy example with just HTML usage? Thank you for answer
You can use the separated html blocks and css. you just need include the blocks into your app.
Thanks
Hello, thank you for your answer, just one more questions, is somewhere examples, or is possible to get example page for example admin homepage? Thank you
you can do this. copy the blocks into the “ng-include”(data-ng-include) or “ui-view” tags.
Open the “index.html’
copy “tpl/app.html” contents into the<div class="app" id="app" ... ui-view> // paste here </div>copy the “tpl/blocks/header.html” contents into the
<div data-ng-include=" 'tpl/blocks/header.html' " class="app-header navbar"> // paste here </div>copy the “tpl/blocks/aside.html” contents into the
<div data-ng-include=" 'tpl/blocks/aside.html' " class="app-aside hidden-xs {{app.settings.asideColor}}">
// paste here
</div>
copy the “tpl/blocks/nav.html” contents into the
<nav ui-nav class="navi" ng-include="'tpl/blocks/nav.html'"> // paste here </nav>
they are separated blocks that you can include in your app.
Hi, a angular-stripped.html added. http://flatfull.com/themes/angulr/angular-stripped.html , it[s pure html/css, no angular now.
Thanks
Hi, thank you very much!!!
Anytime. 
HI… Your work is very good…. I want to implement in my Sencha ExtJs app… Yuor theme is compatible with Sencha?
I found this https://market.sencha.com/extensions/bootstrap-theme for compatibility issues.
Thanks in advance!!!
i do not think this theme is compatible with Sencha.
Thanks
- Open the Template (Dashboard V1)
- Click the ‘full screen’ menu button
- there is no scrollbar to display the bottom of the Dashboard
++ Jérôme
hmm. http://sindresorhus.com/screenfull.js/ the official site does not work either.
Will disable it in IE in next update.
Thanks
Hello,
I just bought this theme. So far I like very much how it looks. I was hoping to find some documentation on how to get started. Is all your documentation at http://flatfull.com/themes/angulr/#/app/docs or are you able to provide something like a “Getting Started” guide?
Thank You!
Does this theme have Tree View or any sort of folder mgmt?
You can use the http://flatfull.com/themes/angulr/#/app/ui/sortable Nestable list for tree view.
Thanks
i was looking for more of a tree folder view that looks like a file mgmt system to organize and create folders to save files and reports.
Thanks
Tree view added, http://flatfull.com/themes/angulr/#/app/ui/tree
Have you considered add a front end to this like this theme:
mAdmin – Multi Style AngularJS Admin + Frontend
where if we gave this backend to the users to manage their business they could also create a front end website for themselves and manage it all from one admin site instead of having to get a wordpress page for their website separate system from admin. Just a thought. It would provide alot of value to both people to purchase your theme and to also sell it to their customers as well.
Yes. front-end will be added in future update. it also be powered by angualrJS. it’s planed.
Thanks.
hi, i love this template. i bought it and i hope to create a great template. But i’m a new entry in the world of angularjs, can you create a file with a brief of the funciton of every file contained in the template? i need to create a whole new template using your compontes. where can i start? thank you
First of all, you need to learn the AngularJS. the controller, directive. service…, there are many articles about how to learn it.
then you start with the app.js. AngularJS using dependency injection. so when you got a controller/directive/service, you will see what it’s dependencies. all the dependencies have their own documents.
eg. if you want to how it routes. you can get the documents ui-router
if you want to know how it translate for international. it’s angular-translate
Thanks
Very minor thing…
On the navigation sidebar li.line.dk doesn’t have a border-right specified so it causes a small break of whitespace in the sidebar border.
do you want a right margin? li.line.dk.w-auto.m-r-sm
Hi, This template is AWESOME, but do you maybe know if there’s is support for login by api? I tried combinate it with other scripts, but didn’t work well, I am willing to pay more if necessary.
nvm got something running, tnx!
hi, how to refresh the plot, I set the new data to ui-option, but the chart isn’t refreshed, could you provide a method, thanks.
you need use the ui-refresh attribute. if the ui-refresh change. it will call the plot again. eg. bind the plot data to ui-jq=”plot” ui-refresh=”data”. when you change the new data in your controller. it will refresh the plot.
the ui-refresh is not a deep watch. you need watch the data.bandwidth.inTraffic
ui-refresh=”data.bandwidth.inTraffic”
it works fine now, thanks a lot.
I really like the theme… What am I missing though? I unzipped the package and I am running this in the folder where the index.html is…
$ bower install
bower ENOENT No bower.json present
you need go to project root folder.
./angulr/src
then run:
> npm install -g grunt-cli
> npm install
> grunt bower-install-simple (same as “bower install”)
Thanks
Another question : could you tell me what I need to modify if I want to put an image for the background page ? (cover, centered, fixed) I tried but it wasn’t clean… :-/ Thanks !
background:url(img/c4.jpg) center center;
background-size:cover
Sorry, but it’s not the background image for user profile I want to change. I want to put a background image behind the app (on all pages) because I will always work with the boxed layout. Regards.
You can use a little custom css
html{
background: url(img/c4.jpg);
background-attachment: fixed;
background-size: cover;
}
.app.container{
background-color: #f0f3f4;
}
.app-aside:before{
z-index: 0;
}
Thanks
Hi, Thank you for answering fast. I tested your CSS code and it’s almost perfect : the only problem is the nav’s background color is stopped after the Milestone and Release. If I remove the CSS code, the background for nav continues until the bottom of the page. Any idea ?
did you apply .app-aside:before{z-index: 0;} ? i tested on chrome, ff and ie. the nav’s background continued.
html{
background: url('../img/b0.jpg');
background-attachment: fixed;
background-size: cover;
}
.app.container:before{
background-color: #f0f3f4;
content: "";
position: absolute;
top: 0;
bottom: 0;
z-index: -2;
width: inherit;
display: block;
}
i will add in next update.
Just perfect ! Thank you so much !
Another problem to fix, is the white line on the right of the header fixed. It’s 1px width and it appears when you use a dark background. Could you find how to remove it ? Regards
.bg-auto.b-l:before{margin-left: -1px}
.bg-auto.b-r:before{margin-right: -1px}
will add these fixes in next update
Fast and efficient ! Thank you 

Hi, I love your template, it is very solid and well written.
I have a question what is the differance between the uiLoad and the ocLazyLoad when should i use each one of those?
thanks for the wonderful template.
1. uiLoad -> i created for chain lazy load JS and Css for uiJq directive or load other dependencies in ui-route. it can be used to load other controllers or directives and services. but need use the “app.” to register them. you can see the “src/js/app/contact/contact.js”, it started with “app.controller” to register this controller.
2. ocLazyLoad https://github.com/ocombe/ocLazyLoad , it’s can lazy load modules which do not need to start with “app.”
uiLoad can be replaced with ocLazyLoad.
Thanks
thnks 