Skip to content

Instantly share code, notes, and snippets.

@StephenFluin
Last active February 22, 2017 17:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save StephenFluin/8d1c6372e6cb6f891b35f2bd1e781958 to your computer and use it in GitHub Desktop.
Save StephenFluin/8d1c6372e6cb6f891b35f2bd1e781958 to your computer and use it in GitHub Desktop.
Regex to update your md-input tags
<!-- regex this with that -->
<md-input (.*)></md-input>
<md-input-container><input mdInput $1></md-input-container>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment