Advertisement
Guest User

Untitled

a guest
Feb 14th, 2016
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. import Ember from 'ember';
  2.  
  3. export default Ember.Controller.extend({
  4. appName:'DDAU',
  5.  
  6. actions:{
  7. appLevelAction: function(value) {
  8. alert("Application action: " + value);
  9. }
  10. }
  11.  
  12. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement