ember.js panel update on route transition -
i'm trying set ember.js application have 2 panels side side on page. there's link 1 panel , when click on it, transitions route , template route loads in sec panel -- first panel doesn't change. haven't been able working. click on link , sec panel loads, first panel emptied. can point me place might have more info on how -- or simplistic jsbin. both incredibly helpful. give thanks you!
in case sec panel best served beingness kid of first panel.
app.router.map(function() { this.resource('panel1', function(){ this.resource('panel12'); this.resource('panel13'); }) }); example: http://emberjs.jsbin.com/mimoteba/1/edit
ember.js
No comments:
Post a Comment