Skip to content

Instantly share code, notes, and snippets.

@marcioj
Created February 22, 2015 21:34
Show Gist options
  • Save marcioj/34d4861c02b49a584c10 to your computer and use it in GitHub Desktop.
Save marcioj/34d4861c02b49a584c10 to your computer and use it in GitHub Desktop.
App.IndexRoute = Ember.Route.extend({
viewName: "foo"
});
App.FooView = Ember.View.extend({
didInsertElement: function() {
console.log("FooView")
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment