1480 comments found.
/** ORDERS **/
.state('app.orders', {
url: '/orders',
template: '<div ui-view="" class="fade-in-up" />'
})
.state('app.orders.list', {
url: '/list',
templateUrl: 'views/orders/list.html'
})
.state('app.orders.new', {
url: '/new',
templateUrl: 'views/orders/new.html'
})
.state('app.orders.edit', {
url: '/edit',
templateUrl: 'views/orders/edit.html'
})
The app.orders.list route works fine.
But in app.orders.new and app.orders.edit routes returns the error:
Error: [$injector:unpr] Unknown provider: MODULE_CONFIGProvider <- MODULE_CONFIG <- uiModuleDirective
Thanks!
The 1.3.2 removed the module config. if you have used the select2 module. you can switch to uiSelect.
Thanks
Hi! Just bought the theme but I need it to run on Rails. Is there a step by step on how to use this from Node to Rails?
No step by step sample angular with rails. but you can google to get the examples. Thanks
Hello,
I need help with instantiating multiple wysiwyg editor. The following code doesn’t seem to work. I played around with data-role, data-target, and even added an id to the wysiwyg div to no avail. FYI, these are under the form_wizard.html template if that’s relevant at all.
<div class="form-group m-b">
<div class="col-sm-10">
<div class="btn-toolbar m-b-sm btn-editor" data-role="assessment-toolbar" data-target="#assessment">
<div class="btn-group">...</div>
</div>
<div id="assessment" ui-jq="wysiwyg" class="form-control m-b" />
</div>
</div>
<div class="form-group m-b">
<div class="col-sm-10">
<div class="btn-toolbar m-b-sm btn-editor" data-role="plan-toolbar" data-target="#plan">
<div class="btn-group">...</div>
</div>
<div id="plan" ui-jq="wysiwyg" class="form-control m-b" />
</div>
</div>
Please help!
Hi. try the textAngular module. added in v1.3.2, Thanks
What better way to update the theme without losing my customizations?
If you have customized the style. i suggest you use a separated css file(app.ext.css). and put your directives/controllers in the “js/controllers”, “js/directives”..
Thanks
I have removed aside dock and top dock. I’m using header navbar only. Like this: https://www.evernote.com/shard/s59/sh/15999be0-daa1-4757-a381-4f3253008ad0/289f93fa1ea3d9c6fcd9e977ab0e0c2d
Can you create this option in the near future?
You can use the box-layout and aside dock options. then remove the aside element.
Really great app!
Will you be upgrading to Angular 1.3.0 in the near future? Tried doing it myself and got some errors with other dependencies.
Thanks so much for all your hard work 
Yes. we will update Angular to 1.3.0 in near update.
Thanks!
Great theme visually. After messing with it for over a week now I do have a few issues I would have known about before purchasing. This is a poorly structured Angular app and I wish it didn’t include all of the custom lazy loading stuff. It should just be a bare-bones Angular app that we can build up to what we want it to be.
Also none of the directives you’ve coded pass any JSHint filters and spit lint errors left right and center. I’m trying to port the uiNav directive to something that will actually pass JSLint but I just can’t make any sense what is going on within that code. So now I”m left scratching my head here for a solution to be able to include this directive while still have it pass JSHint checks.
I spent a few days trying to get the calendar to work without the whole lazy loading thing and no matter what I tried it just wouldn’t work. So I gave up on the calendar idea for my app. Again the whole lazy load should not be hard coded into the theme.
All in all love the theme itself, but just can’t get to gripes with it’s structure and javascript coding style.
Check the v1.3.2, we did a code review job, separated the controllers, directives and services code, and move the modules into the “vendor” folder. the code is more structured.
We lazy load the modules when we need them. not load them all at the app start. so it’s like a bare-bones app. and you can config the lazy load modules in the “js/config.lazyload.js”, they are not hard coded, it’s in a config file.
We will try to make the code to pass JSHint/JSLint, honestly we did not use these tools before.
For the calendar. you can follow the documents. https://github.com/angular-ui/ui-calendar
Thanks
Before I purchase, I just want to double check that you DO offer support for those who purchase the theme? It appears that way, but I noticed you don’t have a ticketing system (a lot of other authors are using Ticksy).
Thanks!
We will keep updating and supporting on Angulr. Thanks
Any chance you could use Ticksy or another issue tracking tool to make solutions easier to find? Would probably save you time as well.
The comment is the only way to track the issues.
Thanks
When will 1.3.3 be ready? Cheers. 
Working hard on it. will be ready in next week. Thanks
Hi,
I tried your suggestion trying to refresh a dataTable after getting new data from the server, but got an error:
You can use the ui-refresh, <table ui-jq="”dataTable”" ui-refresh="”refresh”" />, when you edited the record in your controller, then change the $scope.refresh = !$scope.refresh. so the dataTable will refresh itself.
The errror is:
DataTables warning: table id=DataTables_Table_0 – Cannot reinitialise DataTable. For more information about this error, please see http://datatables.net/tn/3
Please advise 
Try config the “destroy: true” in the ui-options.
Actually you can call the datatable api in your controller. angular.element(”#table”).destroy(); angular.element(”#table”).DataTable({...});
Thanks
Hello, I see docs, but didnt said about navbar, or how toggle, its simple, its, angularjs effect or bootstrap
Very simple. using ui-toggle-class directive to toggle element class. bootstrap dropdown to toggle dropdown-menu.
Thanks
- gallery
- chat room
- e-commerce pages
- front-end
Gallery and chat room will add in next update.
e-commerce and front-end added to v2.0,
Thanks for the suggestions.
Every time I make any changes to the template files I have to ask visitors to clear all cache & cookies from browser menu to see changes. Is there any option where we can disable this cache. So every time a user opens the app, it loads all fresh templates, scripts & nothing is from cache. Thanks.
We tried this. But still there is issue in top bar. (i.e. login from 1 user & then logout. after that if we login with other user, old user’s pic & name is showing.) we are clearing all localstorage on logout but topheader template is still being cached somewhere. If we add templatecache disabled, then we get 404 in some partial templates views. Please suggest.
make sure you bind the user name and pic src correctly, if the name model changed. it will show on the top navbar.
As can be seen comparing the update? github?
Git info sent. Thanks
hi!
when I try to install the app by npm and bower, npm gives me following error. I am in the root folder.
npm install > npm ERR! install Couldn’t read dependencies npm ERR! package.json ENOENT, open ‘C:\Users\Manu\package.json’ npm ERR! package.json This is most likely not a problem with npm itself. npm ERR! package.json npm can’t find a package.json file in your current directo ry.
npm ERR! System Windows_NT 6.1.7601 npm ERR! command “C:\\Program Files\\nodejs\\\\node.exe” “C:\\Program Files\\nod ejs\\node_modules\\npm\\bin\\npm-cli.js” “install” npm ERR! cwd C:\Users\Manu\dev\AngularJS\projekte npm ERR! node -v v0.10.26 npm ERR! npm -v 1.4.3 npm ERR! path C:\Users\Manu\package.json npm ERR! code ENOPACKAGEJSON npm ERR! errno 34 npm ERR! npm ERR! Additional logging details can be found in: npm ERR! C:\Users\Manu\dev\AngularJS\projekte\npm-debug.log npm ERR! not ok code 0
nevermind, sorry it was a broken npm install! thanks anyway!! 
Anytime. 
Hi,
if I would use this to build an App, turn it into a Phonegap App (Android as well as iOS) and put it on the AppStores for like 5$. Would I have to pay for the Extended Version?
Same question for the case if I’d make a WebApp out of this template, and users would have to pay 15 bucks once to access it. Extended or regular?
Looks like a REALLY cool starting point to build Angular Apps!
Yes. “An Extended License is required if the end user must pay to use the end product.” from http://themeforest.net/licenses/standard
Thanks
When I make changes to any of the tpl/blocks/xxxxx.html files, they do not update the main page. Can you help with this? Updates to tpl/xxxxx.html files works perfectly, though. Thank you.
Try refresh the page. the cache thing. Thanks
Awesome, thanks! And to close the loop for others with the same issue: for development, I simply turned on the “Disable cache (while DevTools is open)” option in Chrome Developer Tools.
For production, cacheing is exactly what you’d want to happen.
Yes. disable the cache when developing.
Hi,
great theme.
is there an easy way to change butter colors?
I tried it but it wasn’t obvious to me
Change the colors in the “css/less/app.butterbar.less” and recompile the less to css.
Thanks
Query regarding the behavior of Form Validation Is form validation customizable ? From the demo I could see that validation happens control by control . I want form validation to happen on all controls on click of submit button .Is this feature available? We are planning to buy this product .Would like to know about this feature which will play a major role in decision making of purchasing angulr theme.
Love the theme and theme colors – trying to use the theme in a a Rails App. So far I have not been able to get easypiechart working. Any tips? Thanks
figured it out – moved the ui-jq config to the js file – 
You got 