104 comments found.
Hello there, nice template….However, I would like to have my sidebar menu dynamically generated from the db, I curenntly use a code like so…
<nav role=”navigation” side-navigation>
</nav>
<!- /main navigation ->
<script type=”text/ng-template” id=”menuTree”> {{ menu.name }} {{ menu.name }}
Of course, it doesnt work…...It generates the Unordered list correctly but the dropdowns dont work…..what can i do?
Hi,
side-navigation needs to come after ng-repeat. You may try this and see if it works for your case.
<nav role="navigation">
<ul class="nav">
<li ui-sref-active="active" ng-if="menu.viewPath != 'javascript:;'" ng-repeat="menu in app.pages" ng-include="'menuTree'" side-navigation="" />
<li ng-if="menu.viewPath == 'javascript:;'" data-ng-class="{open: $state.includes({{ '\'' + menu.cssClass + '\''}})}" ng-repeat="menu in app.pages" ng-include="'menuTree'" side-navigation="" />
</ul>
</nav>
Thanks
Oh cool! it works now…..except that the arrow that indicates dropdown is now missing…....How can I fix that….Thanks for the help
Oh, never mind, I found the class=”menu-accordion” needed to be added to the parent li…..Thanks again
Hello. Click the top panel open button in ie. Doesn’t close the panel or click the close icon after the top panel open. What should I do?
Hi, I am developer from devplus indonesia. we bought your Urban template last month and we found a bugs in chosen form plugin on a macbook pro retina display. It looks like this
https://drive.google.com/open?id=0B3wzD-CcCAHKa2FWUE5mRC1lWkEThank You Regards Barkah.
Hi,
Thanks for pointing this out. Will look into the issue.
Thanks
we have a .net project and wanted to use the angular folder theme. kindly let us know how to apply the theme.
Hi,
You need to include the assets (css and js) in your project then make sure to use the markup as demonstrated in the template files.
Cheers
Hey,
I’ve purchased this theme(Urban). I’m trying to get server data within the dataTables, on doing so the entire data is loaded all at once without any search options.
This is my controller code, in which I’m using the “Donors” service to get my data. $scope.donors = {}; var donorsPromise = Donors.get(); donorsPromise.then(function(resp) { $scope.donors = resp.data; });
However, once I do this the entire data is loaded at once without any search, pagination and such options.
Since I wanted the data to be displayed in a certain manner I’ve used the angular way of dataTables to display the data. Below is the code for the same:| Start Date | Name | Campaign | Amount | Donation Type |
|---|---|---|---|---|
| {{d.date | date : “dd-MM-yyyy” }} | {{d.donor_name}} | {{d.campaign_title}} | {{d.amount | formatINR}} | {{d.donation_type}} |
Please let me know how can I specify the options for the dataTables, which would allow me to specify columns to be sorted, pagination, etc. It would be great if you could share some documentation or a working example of the same.
Hi,
Thank you for buying. You seem to be using this https://l-lin.github.io/angular-datatables/#/welcome . Can have a look at the jquery passthrough version thats provided in the download files, you can still load your server data using the ajax option.
HI,
Can i use this theme for the open source project. If so, please let me know, so that i can try to buy it.
Kumar
Hi,
I just bought the template after contacted you on email.
When i click on “no bower-grunt angular/index.html” using chrome/edge/IE, it only show blank page. It only worked on firefox. This is for angular version which i decided to use
the html version works on every browser that i have, but for IE to work, i need to click on “enable block content” first. Or else I cant click any link.
Im using chrome 51.0.2704.106 m (latest), IE 11.420.10586.0, firefox 47.0 (latest) and edge on windows 10×64
It seem to be working just fine after I uploaded on my test server. this is great. Thank you for a great theme!
Hello, I have a question:
Why there are (some) same dependencies present (f. ex. bootstrap) in `vendor/` and `bower_components/` directories and what is the difference between these ?
thanks!
vendor folder contains the core libraries. The ones that you can not do without. bower_components contains the plugin dependencies, all the third party stuff that you can pick and choose based on your app. some packages in bower_components may add the packages already included in vendor if they are dependant on them. When you run grunt build, both folders are combined into vendor so it wont make much of a difference.
Thanks
Thank you for the answer and for a great template!
Hi,
I have purchased and downloaded the URBANA template. I have run the following steps.
In order to get started with Urban you need to install the following on your development computer..
Node.js and NPM. You can download Node.js from here https://nodejs.org/download/. Npm comes bundled with Node.js
Also install bower and grunt-cli using this command npm install --global bower grunt-cli
You'll also need to run npm install and bower install from the root of your project to install all the necessary dependencies.
I am getting error when running the “bower install”.
when I try the index.html it doesn’t render right. I am not sure what I missed. Please Help.
Hi,
Thank you for purchasing. If you’re having issues with bower and grunt then you might want to use these folders instead no bower-grunt angular and no bower-grunt html. They come with everything included and no dependency on bower or grunt is required.
Thanks
Thank you. yes the no-bower ones render fine.
Hi There!
Hope you`re doing fine. Firstly, congratulations for such a complete work. It`s really awesome for me just get focus on what my world is, PHP & Database Models. I just have one problem with the Urban Admin template. After I`ve downloaded and extracted the ZIP and upload the files to my dev server (http://52.67.65.176/BO/html/app/index.html) I get to know that there are files missing, suck as js libraries & css files.
Can you please check it out and let me know?
Best regards and thanks again!
Dani
Hi Dani,
Thank you for purchasing and glad you love the template. There are several folder in the download package, no bower-grunt angular/no bower-grunt html include the compiled css and all the required third party packges. I believe you might have used one these folders angular/html instead, these require package managers to be installed i.e bower and grunt which are used download all the required third party packges and compile LESS to css. Please check to make sure you are using the first set of folders.
Thanks
Thanks a lot
My mistake. Awesome work.
Sorry about my previous message, works likea charm and thanks for this theme!!!
Glad you figured it out. Thank you for buying.
Hello, I’m having a problem with running your urban responsive template. It just don’t work like it should be (like on the demo). There are missing CSS
from the file i purchased.
Bye 
HI, I purchased and downloaded the template. I was able to successfully run it using grunt serve. But when I merged it in to my existing Java Web project. I am getting the errors .
Project structure: https://goo.gl/photos/anTidb8cwcWoyCxbA I updated the Grunt config with the folder. https://goo.gl/photos/TqnUdjv842GEV9yq8Errors (404):
Screenshot: https://goo.gl/photos/Z4LKgTruMFvzYH6YA
Hi,
Thank you for purchasing. Looks like your app is look for the resources in the wrong place. Its looking for resources under iep-web/ when they are in iep-web/WebContent. Hope this helps.
Cheers
Hey,
I’m working on a Saas platform, and I really like your backoffice theme. I hope my platform will be use by a lot of people. People I will charge to use my service. But I will only use the theme on my platform.
Which license should i take ?
Thanks for your reply Dimitri
Hi,
Not a 100% certain but i think a regular license should work for this.
Cheers
Hello! Will you prepare this template for Angular2? We wanna buy it, but for Angular 2.
Hi,
Thank you for your interest in this template. Currently there aren’t any plans for releasing an Angular2 version of this item.
Cheers
Can you make admin templates like this http://goo.gl/BhJ89O and this https://goo.gl/OfxaUC ? This is very userfrendly UI and most popular service in the worlds. I first which buy it.
Hi,
Thank you for the suggestion. Will consider it in future.
Cheers
Fantastic theme. Do you will update it for Angular 2? Thanks
Hi,
Glad you like it. Currently there are no plans for Angular 2 version.
Cheers
I followed the documentation for setting this up (on my Mac OS X 10.11.2) Why am I getting this error? I tried reinstalling “karma”, but it keeps giving me this npm warning.
“npm WARN EPEERINVALID grunt-karma@0.10.1 requires a peer of karma@~0.12.0 but none was installed.”
Hi,
Thank you for buying. Do node pakages continue installing after this warning or it stops completely? Have you tried running npm cache clean?
Yes, they continued installing after warning. It’s working on my Mac, but not sure if those warnings would affect the setup.
Also, I’m trying to use the Customizer, but when exporting it gives me “Request timed out. Please try again.” ... I’ve refreshed and tried multiple times without success. Thanks
Hi,
Shouldn’t affect you as there are no tests being run on the template.
When you hit compile and your browser fails to communicate with the server within 8 seconds it registers a timeout. Might be a slow connection or just the server being overloaded at that time
Hi,
Shouldn’t affect you as there are no tests being run on the template.
When you hit compile and your browser fails to communicate with the server within 8 seconds it registers a timeout. Might be a slow connection or just the server being overloaded at that time
Can you review and advise how to fix it?
Thanks.
Hi
Your button needs a type i.e. type=”button”, Button inside a form without type will reload the page
Cheers
Maurivans-MacBook-Pro:app maurivanluiz$ npm install grunt urban-html@ /Volumes/Arquivos/Projetos/minimal-folio/html ??? grunt@0.4.5
npm WARN EPACKAGEJSON urban-html@ No description npm WARN EPACKAGEJSON urban-html@ No repository field. npm WARN EPACKAGEJSON urban-html@ No license field.
What is the error? I need compile the LESS files.
Hi
This is just a warning and npm install should proceed as normal. Thank you for buying.
Cheers
Hi
This is just a warning and npm install should proceed as normal. Thank you for buying.
Cheers