| JS test |
| 1 | export default Ember.Controller.extend({ }); |
| 2 | actions: { } |
| 3 | import Ember from 'ember'; |
| 4 | App = Ember.Application.extend({ modulePrefix: config.modulePrefix, podModulePrefix: config.podModulePrefix, Resolver }); |
| 5 | export default App; |
| 6 | [ 'Condo', 'Townhouse', 'Apartment' ] |
| 7 | export function rentalPropertyType([type]/*, hash*/) { } |
Комментарии