Join the Community
ServiceNow Community
About Gaurav_kumar2
User Activity
Posts
Replies
Need help :- ng- repeat not working
04-02-2024
HTML Code:- <div class="row" ng-if="data.function_name.length > 0"><div class="col-4"><label>${Filter by}</label><select><option ng-repeat="arr in data.function_name">{{arr}}</option></select></div></div>Server Script:- var table_data = { "tab...
No replies to display.