See more
…> <input #inlineEditControl class="form-control" [(ngModel)]="value"/> <!-- inline edit save and cancel buttons --> <span> <button type="submit" class="btn btn-primary"><span class="gl…
~/todo$ mix phoenix.gen.html Todo todos title:string completed:boolean user_id:references:users* creating web/controllers/todo_controller.ex* creating web/templates/todo/edit.html.eex* creatin…