0
avanekar02 created
Hello
i want to create a advanced search like the one in users but i donot undeerstand what the <div class="form-group"> <role-combo selected-role="vm.requestParams.type" empty-text="@L("FilterByType")"></role-combo> </div>
where is the data loaded for this and where is the tag <role-combo defined, can you point me to a example
i want to create a advanced search for type Live or Recorded which comes from a table
thanks Anwar
Markdown is supported
Copy & paste or drag & drop images (max 30 MB per image)
1 Answer(s)
-
0
Hi,
The <role-combo> is an angular directive which is defined in App\common\directives\roleCombo.js file. It also has roleCombo.cshtml file related to it. You can check those two files in order to create your own directive.
Markdown is supportedCopy & paste or drag & drop images (max 30 MB per image)