How To bind data using TypeScript Controller & Angular Js

后端 未结 4 1607
余生分开走
余生分开走 2020-11-28 15:57

I am Playing around with Type Script.I have convert my angular js controller to Type Script But i m facing problem in ng-repeater. (I have attached my controller code below:

4条回答
  •  天涯浪人
    2020-11-28 16:41

    From quick review of your code I have found that search method of controller is private. May be changing it to public will solve problem.

提交回复
热议问题