Skip to content

Commit

Permalink
up mantri ver
Browse files Browse the repository at this point in the history
  • Loading branch information
thanpolas committed Apr 12, 2013
1 parent 1485fdd commit 9a00fa8
Show file tree
Hide file tree
Showing 3 changed files with 287 additions and 112 deletions.
4 changes: 2 additions & 2 deletions js/app/views/application.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Todos.views.Application = Ember.ContainerView.extend({
this.set( 'value', '' );
}
}
}),
})
}),
mainView: Em.ContainerView.create({
elementId: 'main',
Expand All @@ -45,7 +45,7 @@ Todos.views.Application = Ember.ContainerView.extend({
classNameBindings: [ 'visibility:hidden' ],
childViews: [ 'outletView', 'markAllChkbox' ],
outletView: Ember.View.create({
template: Ember.Handlebars.compile( '{{outlet}}' ),
template: Ember.Handlebars.compile( '{{outlet}}' )
}),
markAllChkbox: Ember.Checkbox.create({
entriesBinding: 'controller.namespace.entriesController',
Expand Down
Loading

0 comments on commit 9a00fa8

Please sign in to comment.