Action Menu nice

This commit is contained in:
Max Lynch
2015-05-30 11:46:01 -05:00
parent 4e2b77092b
commit 6ebb29d445
4 changed files with 165 additions and 89 deletions

View File

@ -1,3 +1,5 @@
// Use Angular's promise which doesn't swallow exceptions
import {Promise} from 'angular2/src/facade/async';
const nativeRaf = window.requestAnimationFrame ||
window.webkitRequestAnimationFrame ||