PageRenderTime 12ms CodeModel.GetById 8ms app.highlight 2ms RepoModel.GetById 0ms app.codeStats 0ms

/app/views/partials/product/edit.jade

https://bitbucket.org/kaiquewdev/front-in-sampa-example
Jade | 11 lines | 11 code | 0 blank | 0 comment | 0 complexity | 30bc51d12f51131b5676dda431459e4f MD5 | raw file
 1h3 Edit product
 2label(for='name') Name:
 3input(ng-model='form.name', type='text', name='name') {{form.name}}
 4br
 5label(for='price') Price:
 6input(ng-model='form.price', type='text', name='price') {{form.price}}
 7br
 8label(for='details') Details:
 9textarea(ng-model='form.details', name='details') {{form.details}}
10br
11button(class='btn', ng-click='productEdit()') Save