Skip to content

Instantly share code, notes, and snippets.

@FarhadG
Created December 4, 2015 05:58
Show Gist options
  • Save FarhadG/4177adb4483618be7c1a to your computer and use it in GitHub Desktop.
Save FarhadG/4177adb4483618be7c1a to your computer and use it in GitHub Desktop.
Sample
.row
.col-xs-8
.body-form
#invite-user-dialog.form-components
.modal-body
.row
.col-xs-2
p Name
.col-xs-4
input.input-visible-border(ng-model='dd.text', placeholder='{{first}}', type='text', ng-class='{error: modalOptions.text_error && ! dd.text.trim().length}', pm-auto-focus='pm-auto-focus')
.col-xs-4
input.input-visible-border(ng-model='dd.text', placeholder='{{last}}', type='text', ng-class='{error: modalOptions.text_error && ! dd.text.trim().length}')
.row
.col-xs-2
p Email
.col-xs-10
input.input-visible-border(ng-model='dd.text', placeholder='{{email}}', type='text', ng-class='{error: modalOptions.text_error && ! dd.text.trim().length}')
.row
.col-xs-2
p Company
.col.xs-10
input.input-visible-border(ng-model='dd.text', placeholder='{{company}}', type='text', ng-class='{error: modalOptions.text_error && ! dd.text.trim().length}')
.row
.col-xs-2
p Create a password
.col-xs-10
input.input-visible-border(ng-model='dd.text', placeholder='{{password}}', type='text', ng-class='{error: modalOptions.text_error && ! dd.text.trim().length}')
.row
input(type='submit', value='{{button}}')
.col-xs-2
| Some other content?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment