Skip to content

Instantly share code, notes, and snippets.

@grapho
Created March 21, 2016 15:50
Show Gist options
  • Save grapho/7124ab10e5251830c642 to your computer and use it in GitHub Desktop.
Save grapho/7124ab10e5251830c642 to your computer and use it in GitHub Desktop.
New Twiddle
import Ember from 'ember';
export default Ember.Controller.extend({
appName: 'Ember Twiddle'
});
<h1>Welcome to {{appName}}</h1>
<br>
<p>Is there any simple way to enforce <code>input type="number"</code> to always use two decimal places?</p>
<p>e.g. 0.1 ---> 0.10</p>
<input type="number" step="0.01">
<br>
<br>
{
"version": "0.6.5",
"EmberENV": {
"FEATURES": {}
},
"options": {
"enable-testing": false
},
"dependencies": {
"jquery": "https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.3/jquery.js",
"ember": "https://cdnjs.cloudflare.com/ajax/libs/ember.js/2.4.3/ember.debug.js",
"ember-data": "https://cdnjs.cloudflare.com/ajax/libs/ember-data.js/2.4.0/ember-data.js",
"ember-template-compiler": "https://cdnjs.cloudflare.com/ajax/libs/ember.js/2.4.3/ember-template-compiler.js"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment