“Duplicates in a repeater are not allowed” on ng-repeat

前端 未结 6 2057
野的像风
野的像风 2021-02-05 06:48

I\'ve got the following json data returned from a service request:

{
    \"entries\": [{
        \"id\": 2081,
        \"name\": \"BM\",
        \"niceName\": \"         


        
6条回答
  •  半阙折子戏
    2021-02-05 07:15

    // To allow this Web Service to be called from script, using ASP.NET AJAX,uncomment the following line.

    [System.Web.Script.Services.ScriptService] ==> Uncomment this line If you use .NET Service

提交回复
热议问题