micahwilliams12 Posted September 28, 2018 Share Posted September 28, 2018 I've bought a beautiful design to save time and to reduce the cost of developing a unique whmcs user interface. The design has been delivered in two formats, plain HTML/CSS/js and in angualarjs. So far so good, it is almost finished with plain HTML/CSS/js. What I've been asking myself the last couple of days. How can I implement the file structure of angularjs with whmcs. This isn't a requirement for this project, it is more a personal thing. I tried some moving around with the pages and changing paths, but either way, I break whmcs or the design. This is roughly the file structure at the moment app/ ----- controllers/ ---------- mainController.js ---------- otherController.js ----- directives/ ---------- mainDirective.js ---------- otherDirective.js ----- services/ ---------- userService.js ---------- itemService.js ----- js/ ---------- bootstrap.js ---------- jquery.js ----- dashboard ---------- clientareahome.html ---------- ... ----- support ---------- viewticket.html ---------- ... ----- app.js Any tips, articles,... I really don't have a clue where to look or what to learn to make this happen. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.