1480 comments found.
I’m trying to build the css from LESS with lessc. I’ve downloaded the 1.1.0 release which fixes one issue but introduces another :
NameError: variable @badge-bg is undefined in C:\Work\Slate.Iva\src\Slate.Iva.Web\Theme\Angulr\css\less\app.reset.less on line 41, column 21:
fixed in 1.1.1. Thanks!
Is it errors example it signin/signup? If not, can you add it the next build? 
ps. proflonet, try some courses/books. CodeSchool has free AngularJS course 
I will give example in version 1.1.2, Thanks
One more bug, slider arrows on bootstrap page on your demo works only once. Second click not works 
issue here https://github.com/angular-ui/bootstrap/issues/1273 will fix in 1.1.2
Thanks
How to set this up? I didn’t know AngularJS was something so complex and we bought this. Can you help?
You just need put the files on a server, like localhost/angulr/index.html,
You can get some quick guides from http://angularjs.org
Thanks
I am having the same problem that another user had. The side bar and other items do not seem to be translating. I have the 110n dir and the en.json file in there. I see 404 in chrome debugger….
it says things like aside.nav.DASHBOARD and header.navbar.UPLOAD in the header area. Everything is positioned correctly just not translating
If you upgrade from the older version to new version. you need check the whole dependence. check the “js/app.js” and “js/controllers.js”,
Thanks
Hi, Thanks for your last reply. I have been integrating this theme into our application for the past few days.
I bought this theme because my knowledge of css…. Lets just say it is pathetic.
You have in the dashboard a right side column. It is fantastic.
But I do not want to include this the way you have done. I would please like to find out how I can let that right side column appear like the menu on the left, but only on the right.
I would like it to be able to open and close just like the menu, but only on the left hand side.
Please see if you can provide me with some help regarding this.
Thanks
Louis
Is there any specific reason why this comment has not yet been replied too?
check this link http://flatfull.com/themes/angulr/#/app/calendar, there is a “list” button on the right top to open the right column.
<button type="button" class="btn btn-default btn-addon pull-right m-t-n-xs" ui-toggle-class="show" target="#aside">List</button>
it use a ui-toggle-class=”show” directive to show the #aside column.
Thanks
Hi, thanks for that reply. I did see that one. But I would like to make one like that a permanent part of the application, such as it would be defined / included in the app.html. This is the part that I am having a problem with.
The button that would show / hide this list / area would reside in the header.html. I hope you understand what I am trying to achieve.
I got, currently the aside column can not on app.html. I will implement one in future update. Thanks
In the navigation menu, the menu name is “aside.nav.DASHBOARD” & “aside.nav.CALENDAR”?not “DASHBOARD” & “CALENDAR”.
May I ask why?How to modify?
Thanks
Make sure you have the “l10n”, if it still not work, you can use Chrome DevTools to see what error happening.
Thanks
Does this contain a price grid?
You mean a pricing table?
yes.
will add in 1.1.2 Thanks
Hello, I have a web app that was developed on Ebro Admin Dashboard. I want to migrate to Angular Dashboard. Can anyone help for a price.
Maybe you can find one from http://studio.envato.com/
Thanks
hello i am a website designer but in fact i do not know if i buy this item how can and where i can use this item can you help me a little or do you have any video to understand this item much better maybe lot of people is same like me if you clear it it will be very good for me and other thanks
It’s a admin template, you can use it to build web app or CMS/CRM back-end interface.
Thanks
There seems to be a UI bug when closing the modal (you can reproduce with the demo); when closing the modal, the navbar becomes visible faster than the other content on the page.
got, will fix in 1.1.1, Thanks
There is a problem with the sidebar style when asideFixed: true
looks like everythings getting bunched in.
great theme.
P
Found the bug, http://stackoverflow.com/questions/7855590/how-can-i-prevent-scroll-bars-from-being-hidden-for-os-x-trackpad-users-in-webki
will fix in 1.1.1 thanks
i found a css bug, on chrome version 36.0.1985.125 (mac os x 10.10).
when im using the fixed aside menu the badges go to the right.
Found the bug, http://stackoverflow.com/questions/7855590/how-can-i-prevent-scroll-bars-from-being-hidden-for-os-x-trackpad-users-in-webki
will fix in 1.1.1 thanks
Do you have support for multiple modals on one page out of the box? If so, can you provide me with an example.
You can open multiple modals on one page just follow the structure in the ”/app/ui/bootstrap” and “js/controllers.js” -> ModalDemoCtrl, you can define a function in a controller to call the modal function . and call it on the page.
Thanks
1: Please put the files on a server or local host to preview. eg: put the files under a localhost "angulr" folder looks like: "angulr/css" "angulr/fonts" "angulr/img" "angulr/js" "angulr/tpl" "angulr/l10n" "angulr/index.html" then preview: http://localhost/angulr/index.html in your browser. 2: Documents locate "tpl/docs.html" or "http://localhost/angulr/index.html#/app/docs" online: http://flatfull.com/themes/angulr/#/app/docs
You are right. Thanks!
I really love this theme, and I understand installing bootstrap but before I buy this, I’m just curious. What CMS are you tying into that’s giving all this shown functionality available?
Emailing, Status, Projects, etc.
You can use any CMS with RESTful api, like http://wordpress.org/plugins/json-rest-api/ on wordpress.
Thanks
Awesome! I’ll give it a shot. Thank you so much for the quick reply!
Any time
Like Sunsystems’ comment, I’m interested in using this template without Angular.
you can switch the angular-ui bootstrap to bootstrap.js, and need some components and plugins initial js to make it works. Thanks.
Thanks. By “initial js” I’m assuming maybe replace the default app.js?
yes, you can initial other plugins with the jQuery way.
Thanks
One of the best themes I ever seen. It’s colors are perfect. Also, using AngularJs is a right choice since it will be more and more populer. Keep this good work better and better.
Thank you!
After language selected the menu doesn’t disappear. Can you please help?
Check the 1.1.0, it refresh the page. Thanks