Created
February 17, 2020 11:27
-
-
Save ashish2199/87eed988d5e537ae4628335e7c15cd70 to your computer and use it in GitHub Desktop.
Ashish2199
This file contains 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'; | |
export default Ember.Controller.extend({ | |
appName: 'Ember Twiddle' | |
}); |
This file contains 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
.cmp{ | |
width: 80%; | |
border: 1px solid black; | |
margin-left: auto; | |
margin-right: auto; | |
padding: 2px; | |
} | |
.side{ | |
border: 1px solid black; | |
display: inline-block; | |
float: left; | |
margin: 1px; | |
padding-right:25px; | |
width: 20%; | |
} | |
.cnt{ | |
display: inline-block; | |
border: 1px solid black; | |
margin: 1px; | |
width: 75%; | |
} |
This file contains 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.15.1", | |
"EmberENV": { | |
"FEATURES": {} | |
}, | |
"options": { | |
"use_pods": false, | |
"enable-testing": false | |
}, | |
"dependencies": { | |
"jquery": "https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.js", | |
"ember": "3.4.3", | |
"ember-template-compiler": "3.4.3", | |
"ember-testing": "3.4.3" | |
}, | |
"addons": { | |
"ember-data": "3.4.2" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment