Discussion on Minovate - Angular Admin Dashboard

Discussion on Minovate - Angular Admin Dashboard

By
Cart 2,223 sales
Well Documented

Tattek does not currently provide support for this item.

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?

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,

  • <fa name=”caret-right”></fa> {{ ‘Menu.TIMELINE’ | translate }}
  • but I think that a variable so I cant find where i change the code.

    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=santoshsharma

    I 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/ITG6

    hmm 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.html

    Can you please advice?

    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.

    Can you use this to build up Dashboard for Youtube Network? and handle payment and statistics, and make admin, subnetwork and end users profiles?

    You can do everything what you want and what your skills can do :)

    by
    by
    by
    by
    by
    by

    Tell us what you think!

    We'd like to ask you a few questions to help improve ThemeForest.

    Sure, take me to the survey