<div class="col-lg-6 col-md-6 col-sm-6 col-xs-6 fll-wdth-xxs"> <div class="form-group"> <label for="input-id" class="control-label"> Stars </label> <div class="pt-7"> <input-stars max="5" tabindex="3" style="display:block" icon-full="fa-star" icon-base="fa fa-fw" icon-empty="fa-star-o" data-required="true" ng-model="externalReviews.StarRating"></input-stars> </div> </div> </div> I have tried to use 'data-required' but its not working.
I have tried to use 'data-required' but its not working.