Skip to content

Instantly share code, notes, and snippets.

@RestlessThinker
RestlessThinker / gist:9ea1084adad2260b3d35
Created July 8, 2014 18:53
{{bind-attr}} not removing style after computed property fires
<div {{bind-attr class=":item item.network item.isHighPriority:priority-high item.isDueSoon:due-soon" id="item.id"}}>
#import <Foundation/Foundation.h>
@interface NSDictionary (Flatten)
- (NSMutableArray *)flattenedArray;
@end