fix menu-toggle style in content

This commit is contained in:
Adam Bradley
2015-12-08 14:20:31 -06:00
parent 6a7f5fadc9
commit 8b0316cbb2
3 changed files with 7 additions and 5 deletions

View File

@@ -169,7 +169,7 @@ const BUTTON_SIZE_ATTRS = ['large', 'small'];
const BUTTON_STYLE_ATTRS = ['clear', 'outline', 'solid'];
const BUTTON_SHAPE_ATTRS = ['round', 'fab'];
const BUTTON_DISPLAY_ATTRS = ['block', 'full'];
const IGNORE_ATTRS = /_ng|button/;
const IGNORE_ATTRS = /_ng|button|left|right/;
const TEXT = 1;
const ICON = 2;