|
@@ -40,12 +40,12 @@ module.exports = Em.Route.extend({
|
|
onPrimary:function () {
|
|
onPrimary:function () {
|
|
this.hide();
|
|
this.hide();
|
|
App.router.get('updateController').set('isWorking', true);
|
|
App.router.get('updateController').set('isWorking', true);
|
|
- App.router.transitionTo('main.services');
|
|
|
|
|
|
+ App.router.transitionTo('main.services.index');
|
|
},
|
|
},
|
|
onClose: function() {
|
|
onClose: function() {
|
|
this.hide();
|
|
this.hide();
|
|
App.router.get('updateController').set('isWorking', true);
|
|
App.router.get('updateController').set('isWorking', true);
|
|
- App.router.transitionTo('main.services')
|
|
|
|
|
|
+ App.router.transitionTo('main.services.index');
|
|
},
|
|
},
|
|
didInsertElement: function(){
|
|
didInsertElement: function(){
|
|
this.fitHeight();
|
|
this.fitHeight();
|