ember-paper
Advanced tools
Comparing version 0.0.8 to 0.0.9
@@ -5,3 +5,11 @@ import Ember from 'ember'; | ||
tagName:'md-content', | ||
classNames:['md-content'] | ||
classNames:['md-content'], | ||
attributeBindings:['flexAttr:flex','flex-layout:layout'], | ||
/* | ||
* Not binding boolean values in Ember 1.8.1? | ||
* https://github.com/emberjs/ember.js/issues/9595 | ||
*/ | ||
flexAttr:function(){ | ||
return this.get('flex') ? 'flex' : null; | ||
}.property('flex') | ||
}); |
import Ember from 'ember'; | ||
export default Ember.Component.extend({ | ||
classNames:['paper-sidenav'], | ||
actions:{ | ||
toggleDrawer:function(){ | ||
this.toggleProperty('drawerOpen'); | ||
}, | ||
closeDrawer:function(){ | ||
this.set('drawerOpen',false); | ||
} | ||
} | ||
tagName: 'md-sidenav', | ||
classNames:['paper-sidenav'] | ||
}); |
{ | ||
"name": "ember-paper", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"directories": { | ||
@@ -5,0 +5,0 @@ "doc": "doc", |
@@ -19,5 +19,5 @@ import Ember from 'ember'; | ||
this.route('textfield'); | ||
//this.route('index',); | ||
this.route('toolbar'); | ||
}); | ||
export default Router; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
419302
150
2502