ember.js - Ember Correct way to build computed property for an array or arrays -


demonstration @ https://ember-twiddle.com/e32e95aef1619a9839b4

i'm trying build computed property depends on items within array or arrays. logically done array1.@each.array2.[] documentation clear not valid syntax , results in warning though works.

the warning , guide both tell me create interim computed property bridge gap, can't logically see how create property , not run exact same problem.


Comments

Popular posts from this blog

How to check data type in C++? -

javascript - Is getTimezoneOffset() stable during daylight saving transition? -

sql server - SQL Query returns one result, does not return 0 or NULL result -