429 comments found.
is full rtl ? or only sidebar ?
please check http://tattek.sk/minovate-angular/#/app/layouts/rtl
it’s not full RTL, I mean whole layout supports RTL but widgets and content needs to be customized.
any guide for quick install this template with angular? for work with this in windows environment before deploy?
Hey, you can just follow documentation http://tattek.sk/minovate-angular/#/app/help
is ok but is very poor documentation. I have a question is necessary all this?-> “Build your own project using Yeoman scaffolding tool, Bower dependencies management tool and Grunt automation tool.” I dont wanna install these i don’t wanna use that tools .Is not possible manage this with some html editor for easy changes and edition , and after all deploy in server ? i ask this because is very hard work with your angular version of this template ,not impossible , but maybe exists some more comfortable way for use your template . I used the html version is great but the angular , something is not working fine. Angular is great , but not like you provide this product. Any help or additional documentation will be appreciated.
Hi….these tools are not necessary to use, you can take builded version of app (compiled or uncompiled) which is fully functional version of template without any dependencies (except local server). Anyway I’m pretty sure that if you tryout tools like bower and grunt you will be surprised how great that tools are 
yes but is more easy manage this with brackets editor or dreamweaver by example and customize this. so right i am using the uncompiled version. Thanks
your help file is not talking about how add others tiles in the dashboard Nothing is related about this issue and nothing about leaflet . just google maps. like i said the map works fine just inside the maps tmpl not when is move to dashboard.is the second time you send me to the help for “the solution” . If you dont wanna help , i could understand .just say it maybe i could understand .but really except for regular functions and common scripts the help is very poor and is oriented to run the template not about his very powerful functionalities.
Hello I just bought your template and I have difficulties to set my own pages on it, can you help me with that?
I’m trying to change this line of code to my own,
but I think that a variable so I cant find where i change the code.
Hey, if you mean changing link content, there is translate plugin included for menu items so you can just remove {{ ‘Menu.TIMELINE’ | translate }} and add your own string or use translation files for translated variables.
Thanks for a fast response, I just tried that with no results, let me show my code, maybe U can help me to figure that out:
On nav.html I take that code of, and put my content:
<li ui-sref-active="active"><a ui-sref="app.pages.addCinemas"><fa name="caret-right"></fa>CINEMAS</a></li> In app.js I put this: .state(‘app.pages.addCinemas’, { url: ’/addCinemas’, templateUrl: ‘views/tmpl/pages/addCinemas.html’ })
Also I have this file addCinemas.html on that directory, wich is: views/tmpl/pages
I really dont know whats going on. Thanks in advance for your help.
If you have route for ‘pages’ state too it should work, did you get any error?
I dont know how write my code here… Figure that out, is like above!!
http://www.joaopaulodias.com.br/1.jpgYes, just now I saw… Error: Could not resolve ‘app.pages.addCinemas’ from state ‘app’ transitionTo@http://localhost:8100/scripts/vendor.b29c9000.js:51895:1 go@http://localhost:8100/scripts/vendor.b29c9000.js:51828:14 $StateRefDirective/<.link/</transition<@http://localhost:8100/scripts/vendor.b29c9000.js:52878:13 timeout/timeoutId<@http://localhost:8100/scripts/vendor.b29c9000.js:26013:28 completeOutstandingRequest@http://localhost:8100/scripts/vendor.b29c9000.js:14695:7 Browser/self.defer/timeoutId<@http://localhost:8100/scripts/vendor.b29c9000.js:15075:7
It seems that you are missing ‘pages’ route, please try to add this to your routes:
.state('app.pages', {
url: '/pages',
template: '<div ui-view="" />'
})
or try to edit your route to this:
.state('app.addCinemas', {
url: '/addCinemas',
templateUrl: 'views/tmpl/pages/addCinemas.html'
})
Isn’t work, but its okay, I`ll try to figure that out! Thanks!
One more thing, about the controllers, what file I need to change to use my own controllers? Like this example:
I change the content of timeline.html to my own content. On app.js I use the same route to access the page, so what I need to know is, where I need to put my controller code, because I change TimelineCtrl to my CinemaCtrl and doesn’t work.
And I use firebase, so is there a place to load my database content globally? What I mean is, this template have a file to load a constant? If yes, what file is?
Thanks again.
Hi,
you if you have changed name of controller (not a file), that means your controller is loaded into app but you need to attach your controller to your view and you can do it in two way, by ng-controller=”CinemaCtrl” to page element where you with to load this controller OR you can attach controller straight on route to parameter “controller”.
You can load constant in main file app.js or you can create your own file and attach it to index then just create constant you wish such as:
// your Firebase data URL goes here, no trailing slash
app.constant('FBURL', 'https://fitlog-temp.firebaseio.com/')
If you are not very familiar with AngularJS you can use non-angular version of this template, I’m sorry that this theme seems hard to understand because of Angular to you but I promise when you get into that it will be much easier as there is nothing too complicated.
You can start with ui-router documentation to get involved into how handle routes and states.
Hello, is it just one file for both angularJS version and HTML version or can we download a separate version for HTML and a separate one for angularJS. Please advice. We are looking for a HTML only version of source file.
Hey, you have to download one file from themeforest but in that file are multiple folders both for angularJS and HTML versions.
Do you have any easy way to integrate with angular-fullstack? The generated gruntfile in angular-fullstack differs quite a lot with your gruntfile (only angular).
Hi,
I’m sorry but I’m afraid that I have no experience with angular-fullstack.
could you please send me bower_components zip folder ? if ok my mail is ysozbek@gmail.com, thanks!
hi,I use ng-repeat to make the navbar,but the ‘li class’ don’t have ‘dropdown’,always ‘ng-scope’.can you help me ?Thanks:)
the correct:<li class="dropdown" /> and mine: <li ng-repeat="xxxxx" class="ng-scope" />
Thanks for reporting, I’ll try to fix that in next release.
Hello I am new and have trouble installing a template in the wordprees yours , that tells me it takes the style sheet . Can you help me? thanks
Hi, this template is not builded to use with wordpress.
Hi! Bought yesterday, seems very good … Do you plan to add gulp support ? It would be awsome.
Hi, thank you for suggestion, I’ll try to look at it.
Hello,
I have purchased your Minovate – Angular Admin Dashboard template few months back.
In following link it shows both versions available (i.e. angular js version and pure html version); however when i purchased it, it gave me only angular version. http://themeforest.net/item/minovate-angular-admin-dashboard/full_screen_preview/10068009?ref=santoshsharmaI would like to check with you that is there a way we can get html version? Or do we have to pay for it separately?
Thanks, Hardik Vyas
Hi Hardik,
thanks for purchasing. Non-angular version is included by update 1.4 so if you haven’t downloaded update version yet you can’t find it
. In new downloaded file you can find non-angular version in folder “admin/non-angular”.
Hello, i want to use a mega menu in the admin pages like the corporate page. It should be like the “Horizontal menu Layout”, but with the subsections already open in Section/subsection style. Is it possible?
How to get rid of angular theme Hello #
Hey….sorry but I don’t understand.
URL removal of links in the pound sign
Still not coming 
Hello!
I’ve purchased the theme (great work by the way) and was trying to use a Gulp generator (instead of grunt you’re using) and only adding the components I’m going to use. All is working almost fine apart from the sidebar which is not working. The link for a screenshot is attached. Could you just tell me what could be causing the issue (no need to dig deep into how to fix, only whether I’m missing loading a component or something similar).
Many Thanks!
The screenshot below:
http://grab.by/ITG6hmm that seems like something in css is missing, maybe some problem with compiling sass files?
Can you please add more features (like ProUI template) and make all scroll bars customized? You also should use flat rectangle icons for language flags, the current icons are not match with other template elements.
Hey….thank you for suggestion, I’ll try to realize them in next updates.
Hello there! Originally intended to buy, there is no interest in the future is not updated, this template has bug, the proposed multi-checking minimize the browser to check, and then browse back and forth in a normal inspection.
Hi,
On the Corporate template, portfolio page does not load images when viewed on a mobile device. I checked it in the template as well.
http://www.tattek.sk/minovate-corp/portfolio-4.htmlCan you please advice?
Hi, thank you for reporting, I’ll solve this in next update.
Thank you. One more point in the Corp template, the Client Carousel is not displayed on Firefox. I checked with v38.05 on Windows. Can you please check this as well?
Sure, thanks
Hi, Can you please give me a tentative timeline for the next update (with the bug fixes)?
Hi, next update can be ready in first half of next month.
Hi, Can you please let me know a date by when I can expect an update? I have a project which is on-hold due to the issues of this template.
Hi, sorry for the delay I had some holidays so developing new update has been stopped for a while. It will be ready soon.
Hello, Can you please provide an estimated release date?
The “grunt build:dev” includes the livereload service, is there a production build that omits this?
Hey, sorry that maybe I can’t understand right your question, but I don’t think there is livereload for build process. Build process only roll all actions to build distributable version of your app and after it’s done, so it makes no sense to livereload here.
grunt.registerTask('build', [
'clean:dist',
'wiredep',
'useminPrepare',
'sass',
'concurrent:dist',
'autoprefixer',
'concat',
'ngAnnotate',
'copy:dist',
'cdnify',
'cssmin',
'uglify',
'filerev',
'usemin',
'htmlmin'
]);
These are all tasks for build process, there is no livereload.
Hmmm, ok. When I did the build, and I tried loading it over my production server, it was giving me a console error saying it was trying to load an un-secured connection to the livereload server. However, today I’m not seeing it anymore… Thanks anyhow!
Hello, I’m trying to change the bg_color of a Bootstrap’s datatable, but when I do it the colors of the pagination component are not correctly affected. As an example, it gets all white if I set the style to bg_slategray. I noticed that this component doesn’t have a stylesheet related to background classes. So, my question is: Is it the expected behavior? Or is it a bug?
Hi, thank you for reporting, it’s a bug I’ll solve this one in next update.
Hello
I am using Minovate admin template , I am stuck on issue from last coouple of days How can i show HTML changed after daterange picker directive?
I am stuck.I want to show orders based on the date -
Here is link – http://nutechtransmissions.com/dashboard/#/app/shop/orders
Hey,
daterange picker has scopes for date-begin and date-end, make sure they are accessible in your controller and then just use filter to show results.