You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to use the bind function to bind to a particular element in a scope array? e.g. if I wanted to bind a stored message array to the array scope.messages, I would do $localForage.bind($scope, 'messages').
But suppose I wanted to bind a particular stored message to a particular index within a scope array. Is there a way to do something like
Is it possible to use the
bind
function to bind to a particular element in a scope array? e.g. if I wanted to bind a stored message array to the array scope.messages, I would do$localForage.bind($scope, 'messages')
.But suppose I wanted to bind a particular stored message to a particular index within a scope array. Is there a way to do something like
Thanks!
The text was updated successfully, but these errors were encountered: