Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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).