mirror of
https://github.com/hashicorp/vault.git
synced 2025-08-28 01:51:09 +02:00
8 lines
140 B
JavaScript
8 lines
140 B
JavaScript
Demo.DemoController = Ember.ObjectController.extend({
|
|
actions: {
|
|
close: function() {
|
|
this.transitionTo('index');
|
|
},
|
|
}
|
|
});
|