Created
September 17, 2015 08:54
-
-
Save tkc/1dc0887d0f5c0605ac48 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="col-xs-4 col-md-4"> | |
<label for=""> </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