Sha256: 1ec2123881caefeb2aefae8e26a85dd8d7b37eb90ade44165a659ca902e06d0a

Contents?: true

Size: 766 Bytes

Versions: 3

Compression:

Stored size: 766 Bytes

Contents

#mainBody{ flex: '', layout: 'row', 'ng-controller' => 'todoCtrl' }
  %md-content.md-padding
    %form{ 'ng-submit' => 'addTodo()' }
      %div{ layout: '', 'layout-align-gt-sm' => 'center center' }
        %md-input-container{ flex: '85' }
          %label= @config['add_label']
          %input{ 'ng-model' => 'todoText' }/
        %md-input-container
          %md-button.md-fab{ 'aria-label' => 'Add todo items', type: 'submit' }
            +
    %div
      .listHeader{ flex: '', layout: '', 'layout-align' => 'end end' }= @config['remaining_label']
      %ul
        %li{ 'ng-repeat' => 'todo in todos' }
          %md-checkbox{ 'aria-label' => 'Todo Checkbox',
            'ng-init' => 'todo.completed=false', 'ng-model' => 'todo.completed' } {{todo.title}}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
todo_rails-0.1.2 app/views/todo_rails/index/index.haml
todo_rails-0.1.1 app/views/todo_rails/index/index.haml
todo_rails-0.1.0 app/views/todo_rails/index/index.haml