429 comments found.
Hi, Nice Template.
Are you partner with Semicolonweb? because your frontend template so similar with Canvas template. Not only Design but the code also.
Thanks.
Hi,
we are not partners I have just worked with Canvas template on one project for my client, and design + style how jQuery code was wrote is just awesome. So I realized to write sir Semicolonweb if I can take some inspiration and learn how to write jQuery like a pro. So yes my template is similar to Canvas but are not same and still it’s only part of my Admin Template which I sell.
In the new update, is there a way to just copypaste a folder and start editing controllers, templates, etc but without using any npm?
Last update had it
*Previous update
Yes just use “build/compiled” or “app/clean”. If you want directives and controllers separately just copy them from “app/pure” and link them into your index.
Hi man. Now i have this error on grunt build
Running “autoprefixer:dist” (autoprefixer) task Warning: Can’t parse CSS: Unexpected { in decls at line 8963:31 in .tmp/styles/main.css Use—force to continue.
Aborted due to warnings.
Can you help ? Thanks
There must be some bug in css or something, everything is working with downloaded file?
This is the downloaded file.
I just run the npm install and bower update, like documentation.
This is my environment settings:
Win 8.1
node—version v0.10.24
npm—version 1.3.21
sass -v Sass 3.2.13 (Media Mark)
bower—version 1.3.12
grunt—version grunt-cli v0.1.11 grunt v0.4.5
Hi man. Working after update the ruby dependencies. Thanks !
Good job sir 
Hi man, i have this error on bourbon. Do you know what should i do ?
Running “sass:dist” (sass) task
Syntax error: Invalid CSS after ” webkit-image”: expected “)”, was ”: webkit + $p…”
on line 21 of ../bower_components/bourbon/dist/helpers/_linear-angle-parser.scss
from line 10 of ../bower_components/bourbon/dist/_bourbon.scss
from line 5 of app/sass/main.scss
Use—trace for backtrace.
Warning: Exited with error code 1 Use—force to continue.
Ok man, i downgrade the bourbon to 3.2.4 and works ! Thanks
Hi Tattek,
I was wondering if I could find a plain HTML version of this template to integrate with my existing application. I want something without AngularJS.
If not, do you have any suggestions on easily removing the Angular dependency from the plugin and reproducing the same design?
Hi
there is not version without AngularJS yet, that is planned in version 1.4. I’m afraid there is not easy way to easily remove Angular from this project.
Tattek,
Thanks, Do you have any suggestions on proceeding with excluding the Angular dependency?
Sure, just take main css file, html skeleton place them into your own new project and try to solve all errors
. There are lot of dependencies so the best way is start from the bottom.
Yeah, I see a lot of dependencies. That’s my main concern.
Thanks anyways. And great work with the design.
Hi is there an alternate gruntfile which does not do any minification or uglyfication so it can be used for developement friendly builds?
Sorry, you must edit existing gruntfile to not minify and uglify. I’ll try to look at this for next update.
hi Tattek,
Good template in angular js. pretty impressive. I am interested in buying but before that i wanted to know that does it support automated sms,email. for instance if a customer places a order the order confirmation can be sent via sms,email. Is this feature supported.
Thanks
Hi winGene123,
thank you but I’m afraid that there is no implementation of sms/email automation.
Update 1.2 (corporate front page template) – 200 buyers Update 1.2 (ecommerce front page template) – 300 buyers
U remember anything
Hey Hey,
of course I remember kind man, everything I promised will be available don’t worry, it just take some time you know to develop new versions. You can read more about time estimation in News at Item Details. Hope you can wait for it. Thank you, sir.
Hi Tattel, great work!
I have a little question before buy your item. I don’t want to use bootstrap so I want to slice the design from PSD. I saw that you are included Layered PSD in archive but is this the all elements or just dashboard?
Thank you in advance!
Hi Dexxx,
only dashboard 
Thank you for your reply 
you’re welcome
Hello I bought this theme before a week. But the issue is when i tried to access in my google chrome its not working while its working fine in Mozilla Firefox. So, Plz Kindly Check the issue and revert me as earliest possible.
Are you running any local server?
Not I just trying to open “app/with-dependencies/minovate/app/index.html” File its just showing in google chorme loading and loading while working fine in moziall firefox
Thanks for a Quick Response But in a folder three directories available app dist
which one i used? to using correct html file. Suggest me the complete htm path
That depends on technology you want to use, easiest way is to use “dist/uncompiled” folder
I want to use in Asp.net and Php Plz Share me which folder is perfect to use with both technology.
as I said try to use “dist/uncompiled”
Its completed designed in angular format. Can You Provide me the normal html version.
Yes it is in angular format because that is AngularJS theme as you can see name “Minovate – Angular Admin Dashboard”. Only HTML version is planned in update 1.4
But I am fresher in development so not able to work angular js. So I am not able to continue with this theme. I am looking for an html theme. Please Help Me..
I can’t help you bro, why you bought angularJS template when you don’t know how to use it? You can just wait for update 1.4, sorry.
Hii Tattek I am really sorry. by mistake i choose this template the design and ui of this template is awesome. Can you please share me how much time it will take for 1.4 version
I’m afraid it takes a long time to reach version 1.4, first we need hit 400 sales after that it takes some weeks to develop html version.
So, its possible to return my amount so that i can go with a html them
you must reclaim at envato
Can that theme be used for opencart admin view? If not where I can use it with which platform? Thanks!
Hi, I’m afraid you can’t use this template with any platform in this form, it’s just html template.
I have a comment about the architecture of this theme. While I do like that it uses AngularJS, it does it in a really weird way. The whole point of frameworks like Angular is to separate out all of these model bits and feed them into the page, not embed them in the page.
I thought the theme was cool until I dug under the covers and realized that all the themes elements are NOT model driven. Its all embedded into the HTML, something that goes against the framework itself. Not sure why the author didn’t create a service that provided this data so that the pages were driven from that model. To really use this theme, you essentially have to rewrite whole chunks of it.
Hi Gregory,
thank you for you comment I really appreciate that you give me a sense what I’m doing wrong.
I’m still just beginner with AngularJS but I love it as it is awesome framework and I’m sure that I can make things better when someone like you can say me what I’m doing wrong.
Sadly, right now I don’t exactly understand what I’m doing wrong at my template but I’ll look closer on that model driven and try to learn something
. Thank you.
Okay, let me try to help you out a little bit with some examples. Lets start with the Notifications that are on the dashboard for example. Right now they are just baked into the HTML, but this is something that is better served with a controller/service/ng-repeat.
https://jsfiddle.net/gregorypierce/urh14o9f/Here you will see an example where the code in the HMTL is using the template for ng-repeat to display all of the alerts. These alerts are coming from the controller. You also see something coming from a UserController which I didn’t include here but which is doing similar functions.
In the Module for Notifications you can see how the data is being populated. Produces the exact same result as yours but is more Angular friendly. So if a developer really wants to extend the template at that point, they only need replace the temporary implementation of the services with one that reads real data. There isn’t a change to the view code at all,just the module/service code which the purchaser would be making modifications to anyway.
Alright now I understand, it’s true that not all data are processed angular way but there are many examples that are (i.e project progress table at dashboard). Maybe it would be better if all data are processed angular way, but I don’t think that is a huge problem because it’s not such a complex operation. Anyway thank you for suggestion, I will remind it.
Sorry for flood, nice Job!
Nice work. One note about the RTL though. I think you need to work a little bit on that because when I enable this, the sidebar will floated right and cover some of the content on the page.
Hi,
thank you, rtl is working fine there are just some refresh bug when you view rtl layout and then view non-rtl page (rtl setting is not permanent if you view rtl layout).
Yes. I really need support for internationalization as well. Could you please make it a higher priority?
Ok, I’ll try to implement it in next version or in minor update after. Thanks
Hi! does this template support internationalization?
Hi, internationalization is not implemented right now. Maybe in some of the next versions. Thank you for suggestion.
Hi! does this template support internationalization?
hi , is the a non Angular version ??
Thank you , Great job
Hi, thank you but there is not html only version yet. This is planned on update 1.4
Hi Tattek,
Just purchased the Dashboard you have designed and developed, Loved the concept and everything.
I am not able to install the dashboard, I was just going through your comments above and found that you have mentioned a folder “html” in the ZIP but unfotunately I was not able to find one in the zip, please help me install the same.
Thank you, Haris Ola
Hi Haris,
zip structure was changed in version 1.1. You can read more about file structure in documentation there is list of folders with description. I think you want folder from dist/uncompiled.
I tried the document but was not able to crack the nut, if you can maki it simpler for me as I am new to the Node.js and all other stuff, a help would be grateful. I thought of the HTML version and missed the Note at the bottom that mentioned that the HTML files will be available after 400 sales. Now I am trying to crack something so I can save my myself.
Hi,
I’m sorry that you expect HTML version of template which title is Angular Admin Dashboard.
However there is not any simpler way how to run this template on your own machine as is it now. You just need to take files from folder “dist/uncompiled” and paste them into folder where your local server root folder. If you don’t have any local server try xampp or just follow documentation and install grunt (in this case take files from folder “app/pure”).
So if you don’t want use node, grunt, bower or yeoman use “dist” folder and your own local server (xampp or pure apache) and run it just like normal localhost webpage.
If you want use node, grunt, bower or yeoman use “app” folder and follow documentation.
Thank you.
I have xampp install on my machine let me just try the method you posted above for Xampp.
Sure, take your time 
Yes it is working now
But no HTML files, so I will be waiting for the HTML files and will be showcasing this as what I am working on 
Thank you for your support.
What do you mean no HTML files? There are plenty of html files, they are just powered with angularJS. Try to check it, angular is awesome tool and I’m sure you will love it.
trying to study angular JS, new to this
But for sure going to crack something