Actually i need to change theme on client basis using angularjs. So suppose if my client is "ABC" so need to select theme "bootstrap_abc_theme", if my client is "XYZ" then it will select "bootstrap_xyz_theme" like that. Basically i need to provide different theme to each and every one client.
Asked
Active
Viewed 777 times
0
-
1Did you check [this](http://stackoverflow.com/a/8796160/3621001)? – Syed Ali Taqi Apr 13 '17 at 07:47
-
@SyedAliTaqi Yes but i need solution using angularjs and provided solution available in javascript. – Mahesh Sandhanshiv Apr 13 '17 at 11:23
1 Answers
0
Another solution could be:
Use ng-href
in your <link>
and modify it's variable in your controller.

jeti
- 1,650
- 1
- 19
- 28