Created
August 3, 2016 02:41
-
-
Save benshine/00741ac2aaa36f25ffa9e1ea257cd047 to your computer and use it in GitHub Desktop.
e-c-v issue 67
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import Ember from 'ember'; | |
import EmberValidations from 'ember-validations'; | |
export default Ember.Controller.extend(EmberValidations, { | |
appName: 'Ember Twiddle', | |
kittenName: 'Arya Stark of Winterfell', | |
validations: { | |
kittenName: { presence: true } | |
} | |
}); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"version": "0.10.4", | |
"EmberENV": { | |
"FEATURES": {} | |
}, | |
"options": { | |
"use_pods": false, | |
"enable-testing": false | |
}, | |
"dependencies": { | |
"jquery": "https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.3/jquery.js", | |
"ember": "2.7.0", | |
"ember-data": "2.7.0", | |
"ember-template-compiler": "2.7.0", | |
"ember-validations": "2.0.0-alpha.4",}, | |
"addons": {} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment