-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ngRepeat #92
Comments
hmm it should work, I haven't tried though |
For me yes, but the peevish nodejs dislikes, as it says Error: You must use the name of an existing instance. |
ok, one problem here is that name and key are strings, not scope values, so you're storing all your repeated data under the same name/key combination... |
Same
|
Excuse me, you saw that I change the last comment? |
Sorry, the error has nothing to do with the ng repeat. It's because you're using the parameter "name", but you probably haven't config the provider to create an instance of that name: https://github.com/ocombe/angular-localForage#configure-the-provider- The default instance name is "lf": https://github.com/ocombe/angular-localForage/blob/master/src/angular-localForage.js#L21 If you remove the parameter "name", it should work |
I've been testing and I've seen the ngRepeat instance variable that affects only scopeKey
Like this return TypeError: model.assign is not a function in
Its at same key for all.
Like this defaultValue is data, not variable data but string data. Needless to say, use 'data' its a same.
Its seems to me ngRepeat not work with this directive. |
Its possible use ngRepeat with this directive? Same that
or need create a new key?
The text was updated successfully, but these errors were encountered: