1480 comments found.
You did not upload the api folder
http://99.228.202.56/dbFieldsDesc/src/api/groupsYour server does not support load http://99.228.202.56/test/src/api/groups file. it’s there but server disabled it.
you can rename it to groups.json. and change “src/js/controllers/xeditable.js” $http.get(‘api/groups’) to $http.get(‘api/groups.json’)
thanks for the hint! i just had to add the mime type of json to the IIS application.
hello,how can i change the default color to another
You can apply color class(.bg-*) on ”.navbar-header”, ”.navbar-collapse”, ”.app-aside”.
The bower dependencies are either out of date or mangled a bit. Every now and then when i do a bower install I get wrong versions and it screws up things like the calendar, the ng-grid in tables and the ui-grid. Any idea on why this is happening? Am I grabbing the wrong dependencies?
And if I do bower—force-latest I get elements over laying each other (really screwy looking). I am wondering if it is because the bower dependencies need to be tightened down to more specific versions?
on that note it cant find /libs/jquery/jquery.easy-pie-chart/dist/jquery.easypiechart.fill.js as well which leads to some of the pie charts missing. It is almost like the bower install and build is not consistent
After a second look it looks like some libraries are not packed into the lib corectly
it would appear ‘jquery.easy-pie-chart/dist/jquery.easypiechart.fill.js’, ‘jquery.sparkline/dist/jquery.sparkline.retina.js’ are not packaged into the lib on grunt build:angular
Some modules ask for different version of angular, so there is a version choosing.
‘jquery.easy-pie-chart/dist/jquery.easypiechart.fill.js’, ‘jquery.sparkline/dist/jquery.sparkline.retina.js
are improved files which not from bower.
Thanks
hi there, what folders do I need to run the angular mode, as i am using visual studio 2015 to run the application. thanks
“src/” folder
Hi,
I have just bought the package, and according to the demo, there is calendar page in the template. However I could not seem to find the page.
Could you assist me in this mater?
Thank you
It’s in the “src/js/app/calendar” folder.
Good day, I purchased your angulr template and cant seem to get the material view which is why i bought it in the first place.
src/material.html
Hi, Your date calendar is not working in html folder. Full screen button is not working. guide us. also miss many css.
No fullscreen button on html version.
Your support is very bad. Got answer after 6 day
Hi, Your date calendar is not working in html folder. guide us. also miss many css
The Fullcalendar only for angularjs.
I am attempting to remove the hash from the url in this application’s routes. I’ve implemented the two methods you recommended in the past: adding .config( [ ’$stateProvider’, ’$locationProvider’,..., function ($stateProvider, $$locationProvider,...) { ... $locationProvider.html5Mode(true); ... }]
and adding the desired base in the home html file. All this works, however, when I refresh or use the back/forward buttons the entire application breaks and can’t be brought back online.
Is there a way that you’ve done this specifically for you demo application? Not having a hash is a requirement for the project I’m working on and I’d appreciate help.
I found a great response at the end of this thread: https://github.com/angular-ui/ui-router/issues/372
You have to:
1. Configure Back-end : In your app.js : app.get(’/any-thing-you-want/*’, function (req, res) { res.sendFile(path.join(__dirname, ’./views’, ‘home.html’)); // change this });
2. Front-end : In your home.html ( or index.html ) add this line base href=”/any-thing-you-want” (same string with your app.js)
3. In app.route.js $urlRouterProvider.otherwise(’/any-thing-you-want/’); .state(‘app’) url : ’/any-thing-you-want/’ ...... ......; if(window.history && window.history.pushState) { $locationProvider.html5Mode({ enabled : true, requireBase : false }).hashPrefix(’’); }
4. Done…. change ui-sref or href in front-end from #/... to any-thing-you-want/..... or just use $state.go(...)
Hi,
I would like to add authentication to my app, and allow access only upon login.
Any request to a secure URL needs to redirect to the login page.
What is the preferred method to do this?
you can use other auth modules. https://github.com/search?utf8=%E2%9C%93&q=angularjs+auth
Dear Team FlatFull,
I am looking for an Angular 2 based dashboard. Are you planning to upgrade your template to use Angular 2? If so, when? Also, my backend is run on the Parse Server and uses the Parse JS SDK. Do you foresee any problems integrating your template with their backend? This is for a commercial service.
Anon, Andrew
Working on the Angular2 dashboard. and I do not think there is a problem with ParseJS, Thanks
Can we get previous versions of this template? We just purchased this theme, but we can’t find previous versions. Thank you.
Give me your http://gitlab.com, i will add you into the git repo.
Added. Thanks
Hello I have seen angular theme html.. just want to ask one thing how to add datatable button (copy,print, xls) in this.. i have tried but all the time it shows undefined
Datatable button, https://datatables.net/extensions/buttons/
Hi,
I follow the instructions, but
i get this error when i do the npm start : (win7 64bit, node 4.4.7)
C:\PhpstormProjects\RTC>npm start
> BootstrapAngularAdminWebApp@2.2.0 start C:\PhpstormProjects\RTC > node node_modules/http-server/bin/http-server -o
Starting up http-server, serving ./ on port: 8080 Hit CTRL-C to stop the server [Mon, 31 Oct 2016 12:23:32 GMT] “GET /” “Mozilla/5.0 (Windows NT 6.1; WOW64) App leWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.71 Safari/537.36” _http_outgoing.js:351 throw new TypeError(‘The header content contains invalid characters’); ^
TypeError: The header content contains invalid characters at ServerResponse.OutgoingMessage.setHeader (_http_outgoing.js:351:13) at ResponseStream.(anonymous function) [as setHeader] (C:\PhpstormProjects\R TC\node_modules\http-server\node_modules\union\lib\response-stream.js:86:34) at C:\PhpstormProjects\RTC\node_modules\http-server\node_modules\ecstatic\li b\ecstatic\showdir.js:42:13 at FSReqWrap.oncomplete (fs.js:82:15)
npm ERR! Windows_NT 6.1.7601 npm ERR! argv “C:\\nodejs\\node.exe” “C:\\nodejs\\node_modules\\npm\\bin\\npm-cl i.js” “start” npm ERR! node v4.4.7 npm ERR! npm v2.15.8 npm ERR! code ELIFECYCLE npm ERR! BootstrapAngularAdminWebApp@2.2.0 start: `node node_modules/http-server /bin/http-server -o` npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the BootstrapAngularAdminWebApp@2.2.0 start script ‘node node _modules/http-server/bin/http-server -o’. npm ERR! This is most likely a problem with the BootstrapAngularAdminWebApp pack age, npm ERR! not with npm itself. npm ERR! Tell the author that this fails on your system: npm ERR! node node_modules/http-server/bin/http-server -o npm ERR! You can get information on how to open an issue for this project with: npm ERR! npm bugs BootstrapAngularAdminWebApp npm ERR! Or if that isn’t available, you can get their info via: npm ERR! npm ERR! npm owner ls BootstrapAngularAdminWebApp npm ERR! There is likely additional logging output above.
npm ERR! Please include the following file with any support request: npm ERR! C:\PhpstormProjects\RTC\npm-debug.log
C:\PhpstormProjects\RTC>
Please help me. Best Regards!
Zoltan
Seems that the http-server not working on your windows. You can put the files on other server.
Hi, are you working on an angularjs2 version?
Yes. will release in next month. Thanks
Could you please clarify how to make right panel (with chat) on let’s say on click to appear and to disappear ?
Found an answer myself -
< a href class=”text-md” ui-toggle-class=”show” target=”.app-aside-right”>< /i>< /a>
hey what’s the progress with angular 2
I am waiting desperately. can you please release some seed project at least.
Will release in next month. Thanks
downloaded zip package does not include angular gs.. plzz help me
The “src/” folder is the angular source.
Dear, I have purchased this item.. but downloaded zip package contain only HTML files.. no where is angular gs
hey.. am waiting for reply dear
The src folder is the angular version. Thanks
Hello, I have a question about Angulr theme. If I buy this theme, Can I use it on more than one website? Also, the RTL version has some issues, Do you offer any support for them? Thank you
One license for one domain. you just need purchase once if all your websites are on one domain.
If you have multiple domains, you need purchase each for them.
RTL supported.
Thanks