I have two CSS file generated, One for lighter Version and other for darker Version. So please let me know how can i maintain two theme for same App?
Any idea how can we implement it on ionic app using theme toggled?
I have two CSS file generated, One for lighter Version and other for darker Version. So please let me know how can i maintain two theme for same App?
Any idea how can we implement it on ionic app using theme toggled?
Working plunker
You can easily toggle between CSS files.
index.html:
set your
ng-app
on theHTML
tag:dynamically set your style:
app.js: define your default style in
run
:controllers.js: add your toggle style logic:
view.html: attach the related
HTML
: