Skip to content

Instantly share code, notes, and snippets.

View grobarko's full-sized avatar

Vlatko Stojkovski grobarko

  • Amsterdam, Netherlands
View GitHub Profile
@grobarko
grobarko / embg.html
Last active March 9, 2020 23:15
AngularJS EMBG Custom Validator
<!-- EMBG field which is optional -->
<md-input-container>
<label>ЕМБГ</label>
<input ng-model="vm.embg"
mk-valid-embg
maxlength="13"
name="embg"
autocomplete="off">
<div ng-messages="form.embg.$error">
<div ng-message="embg">Внесете валиден ЕМБГ</div>