Click here to Skip to main content
15,884,739 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
Hello programmers, my question is how do you beautify your web application you are building with angularjs. Is it that you first decorate the html before applying the angularjs to it? And also if that is the case then, how do you create and decorate the client side page knowing that each user will have different values and comments in his/her page?
Posted
Comments
CHill60 27-Jan-15 3:09am    
Please don't repost similar questions. This is a quick answers forum designed to help coders overcome issues - so you will need to post code that you have tried and are stuck with. It is not a tutorial forum - I suggest that you try googling something like "AngularJS best practice" and start from there
Akinmade Bond 28-Jan-15 6:27am    
You can take an already beautified HTML page and add AngularJS markup to it. Its like taking a template and turning it into what you want.
[no name] 28-Jan-15 14:56pm    
Can you point me to the right direction on building the client side?

You could use a framework like Twitter Bootstrap or Foundation.
Or us a ready to use HTML theme, there are lots of theme sites.
Then you can apply Angular.
 
Share this answer
 
Comments
[no name] 31-Jan-15 9:55am    
Ok thanks. One more thing. I wan to after login, redirect them to their page. But my problem is how do you display a saved message of a particular client in his page
stibee 28-Jul-15 0:29am    
Maybe you should make a second post for another question. Please also give us some more information about your question... maybe some code...
You can use plain CSS to decorate your html pages
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900