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.

Hi Tattek,

I am working for a trading company, Minovate almost fits the profile that we are looking for. But what we want right now, is a very basic version of the theme, which could be later built upon as the requirements and project builds.

My question is how easily, Minovate could be configured to remove/add widgets from the UI? We are using bootstrap, angular, powered by express for our existing application.

Hi,

Can you please update on the dates for the next release? It has been far too long now :-) that I’ve been waiting for an update.

Ref – Our previous conversation

Hello, I’m wondering if any of those .js includes function with number format such as 1.000$ and so on. Thank you.

how disable the Card Tile effect ? I get off the back of the card but the effect persist.

Hey, you will need to edit you css a little bit to turn off transformation on hover, so add you own class to your card such like ’.card-oneside’, and add css ‘transform: none’ to that element with :hover pseudo

how i can read my external json in main.js in my controller

Files main.js:

$scope.ajaxFaker = function(){
$scope.data=[];
  var url = 'http://localhost:9000/todo.json';
};
$http.jsonp(url).success(function(data){
$scope.data=data;
});
angular.element('.tile.refreshing').removeClass('refreshing');

files todocontroller.js

angular.module(‘todoApp’) .controller(‘todoCtrl’, function ($scope) { $scope.page = { title: ‘todo list’, subtitle: ‘Create your own todo list..’ }; })

When i do: grunt build:dev my project work good but i have two question, where go all my controller? and What tools the template use to do that?

Hi, grunt compile all your controllers, directives etc. into scripts.js file.

I create a view and controller watching other view and other controller, but inside the view call the Data from the other view.

Why my view, display information from ng-table, i changes the controllers name?

MODIFIED APPLICATION app.js //lineups creator page .state(‘app.todo’, { abstract: true, url: ’/todo’, template: ‘ ‘

})
.state('app.todo.creator', {
  url: '/creator',
  controller: 'TodocreatorCtrl',
  templateUrl: 'views/tmpl/todocreator.html'
})

CREATE CONTROLLER todocreator.js ‘use strict’;

angular.module(‘minovateApp’) .controller(‘TodocreatorCtrl’, function ($scope) { $scope.page = { title: ‘Lineups’, subtitle: ‘Lineups Creator’ }; }) ...........MORE, AND MORE CODE.

.controller('LineupscreatorCtrl', function($scope, $filter, ngTableParams) {
  var data = [{name: 'Pedro', age: 100},
    {name: 'Juan', age: 23},
    {name: 'Miguel', age: 42},
    {name: 'Lucas', age: 66},

ADD CONTROLLER IN index.html <script src=”scripts/controllers/todocreator.js”></script> ></script>

ADD HTML VIEW todocreator.html <!- page header ->

{{page.title}} // {{page.subtitle}}

  • {{main.title}}
  • Todo
  • {{page.title}}
<!- /page header -> <!- page content -> <!- row -> ...........MORE, AND MORE CODE.

Ready i solved :) is the controller TodocreatorBox1Ctrl.

<button ng-click=”tableParams.sorting({})” class=”btn btn-default btn-sm mb-10 pull-right”>Clear sorting</button>

Sorting: {{tableParams.sorting()|json}}

{{user.name}} {{user.age}}

Hi Tattek,

The company where i work bu your company, is a excellent arquitect to begin a project.

I try to add a new view but don´t work for me. i do the next:

MODIFIED app.js //lineups page .state(‘app.todo.creator’, { url: ’/todo/creator’, controller: ‘TodoCreatorCtrl’, templateUrl: ‘views/todocreator.html’,

})
CREATE A VIEW views/todocreator.html Test Todo Creator

CREATE CONTROLLERS ‘use strict’;

angular.module(‘minovateApp’) .controller(‘TodoCreatorCtrl’, function () { this.awesomeThings = [ ‘HTML5 Boilerplate’, ‘AngularJS’, ‘Karma’ ]; });

MODIFIED INDEX index.html <script src=”scripts/controllers/todocreator.js”></script>

What i need to display a simple view in the template?

Hi, you need to edit your routes a bit, something like this should work:

Add new route:
'app.todo': {
    abstract: true,
    url: '/todo',
    template: '<div ui-view="" />'
}
And change your route a bit:
'app.todo.creator': {
    url: '/creator',
    controller: 'TodoCreatorCtrl',
    template: 'views/todocreator.html'
}

Excellent, now work but the second changes is not template, is templateUrl. the code is:

‘app.todo.creator’: { url: ’/creator’, controller: ‘TodoCreatorCtrl’, templateUrl: ‘views/todocreator.html’ }

Thanks for all.

Will you update to Bootstrap 4.0 when this released?

I suppose that for sure.

Thanks! I’m a buyer with other user. =D

Hi,

I want to conect the front end e-commerce to the back end using firebase…do you have any sample I could take a look at? Or do you have any working prototype that link between your admin template and front end template?

I want to fix from there.

thx

Hi,

sorry I don’t have any prototype or working example of backend-frontend connect. This kind of work is on your own I’m just providing templates not working solutions.

Only thing I can say is that one which you surely already know, you just need to implement firebase into backend to write some data and include anglular+firebase into frontend to read them.

Hi,

I used your theme to do an app. In test server the app is working as expected, but when I passed the site to production server the size of the header is wrong: https://drive.google.com/file/d/0B_47QbIPW3ugZWR5OURsZXhrYjQ/view.

I am sure that all files are passed and are exactly equal in both enviroments.

Any idea about what is happening?

Hi,

that’s really weird I have deployed few projects using minovate and haven’t saw that before, do you have any live example so I can inspect your css code?

give me your email to send you that information, please.

sprattek[at]gmail[.]com

Do you have any plans for to update this app to Angular 1.4.x? Well done BTW..

I’ll certainly update this theme to use angular 1.4 in future.

Hi,

We have purchased the Minovate theme, Its not opening on chrome browser only angular version. Plus when we open it in firefox it opens up but in chrome it keep on loading. We feel that some files are missing.Can you email us just the angular theme files

regards, Amit

Hello, you need to have some kind of local server to run angular app in chrome properly.

hello ,, its v.good job,,

i have issue with ui-slider with rang option ,, how can i bind the value of slider ,, in angular version ,, thx

thx ,i get the solution ..

Thanks :)

Hello, how can i use this template from asp.net web application using Angular Js Template?

and I also could not find ’’bower_components’ anywhere.

I have no experience using asp.net but I gave some links here in discussion somewhere or try to google it I’m pretty sure there are some good tutorials.

You need to have bower installed on your computer and after running command bower install, it should download all dependecies with bower, just follow documentation. Thanks.

hi, Can I change de regional configuration for datepicker?

Hey….what do you mean regional configuration? Date format?

Hi, I bought the theme but we are facing 2 issues:

1) Theme not opening on Chrome Browser 2) We are not getting the main index file for Angular version where we can make the changes.

Kindly let us know how we can solve the same?

regards, Amit

Hi Amit,

1. You have to run theme with some kind of local server (or grunt if you are following documentation), then it is working with chrome and other browsers too.

2. Main index file can be located in “admin/angular/app/minovate/app” for non-builded version or in “admin/angular/dist/uncompiled” for builded version.

Hello, i got problems using maps ( leaflet) , the theme works fine when the map is in the file of view tmpl, but when the map is added to the dashboard simply not works. if i browse first this and after comeback to the dashboard works, but loading directly not .Any help?

Hi, did you lazy load leaflet-directive to dashboard route? Just make resolve same as at leaflet route.

I ran into the same issue described by user “Hoiox”. In fact, the navCollapse directive does not perform well with ng-repeat because link function is called too early (before ng-repeat is finished) My fix was to add another directive “onFinishRender” in ng-repeat statement that trigger a callback that execute navCollapse link function and I have removed nav-collapse attribute in ul #navigation

Thanks for reporting, I’ll try to fix that in next release.

Hi,

I just bought the template and it is really great. I started using the frontend and wanted to use elements of the dashboard (buttons, forms, graphs,...)

But when doing copy&paste from one dashboard page to frontend page the style is not taken. I added <!- project main css files -> <link rel=”stylesheet” href=”assets2/css/main.css”> <!-/ stylesheets -> to the frontend file but it worked only for some elements like: <label class=”checkbox checkbox-custom-alt”> <input type=”checkbox”> Option one </label> The radiobuttons are shown somehow but have no functionality, they do not stay selected etc.

Is there any general way of adding elements from Dashbord within the Frontend? Do you have any code documentation?

Thanks for your help!

Best reagrds,

Thomas

Hi Thomas,

I’m happy that you enjoying my template but I’m afraid that combining css files from dashboard and frontend page is not very good solution as there can be some conflicts causing exactly what you are saying.

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