Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cheapsteak/responsivetemplateswapcomparison
Comparison of how to do template swapping in Backbone and Angular
https://github.com/cheapsteak/responsivetemplateswapcomparison
Last synced: 21 days ago
JSON representation
Comparison of how to do template swapping in Backbone and Angular
- Host: GitHub
- URL: https://github.com/cheapsteak/responsivetemplateswapcomparison
- Owner: cheapsteak
- Created: 2013-09-13T20:09:24.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-09-23T05:31:10.000Z (over 11 years ago)
- Last Synced: 2024-11-01T08:24:26.617Z (2 months ago)
- Language: CSS
- Size: 145 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Responsive template swapping comparison
Sometimes CSS media queries aren't enough to get a design \*just right\* in every resolution.
This project demonstrates how to use matchMedia to determine which template should be rendered in Backbone and Angular. (Would love to add one for Ember, but I'm still learning Angular at the moment).