Skip to content

Instantly share code, notes, and snippets.

@tkc
Created September 17, 2015 08:54
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 tkc/1dc0887d0f5c0605ac48 to your computer and use it in GitHub Desktop.
Save tkc/1dc0887d0f5c0605ac48 to your computer and use it in GitHub Desktop.
<div class="col-xs-4 col-md-4">
<label for="">&nbsp;</label>
{{Form::select('expiry_type',
\Dao\ServiceCardTemplate::$dayUnit,,
array(
'id'=>'expiry_unit',
'class'=>'form-control',
'ng-model'=>'expiry_type'
))}}
<tag
ng-init="expiry_type='{{$SCT->expiry_type}}'">
</tag>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment