用id同时用ng-repeat动态改变ng-init的值

时间:2017-10-17 12:23:15

标签: angularjs

val future1 = Future {
 // long running task
 1
}

def compute(value: Int) = Future { value + 1}

future1.flatMap(value => compute(value))

0 个答案:

没有答案
相关问题