UNPKG

151 BJavaScriptView Raw
1import Ember from 'ember';
2
3export default Ember.Controller.extend({
4 currentPassword: null,
5 newPassword: null,
6 newPasswordConfirmation: null
7});