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
{{ message }}
This repository was archived by the owner on Oct 2, 2019. It is now read-only.
[UPDATE: MY OWN FAULT, SEE BELOW]
I've run into the name collision issue here and have tried to fix it myself but then discovered there is a new dist from my last one so I just confirmed it has the new prefix ui-select on match and choices so I thought I was home free but...nope.
It appears to work as it's supposed to at a rough first trial with it, however:
This error is thrown with the latest select.js and select.css downloaded from /dist about 10 minutes ago:
I'm an idiot! I had reverted a page and so it went back to the old <match and <choices tags not the new <ui-select-match and <ui-select-choices which should have been obvious from the error. Leaving this here in case it helps others.
`$stateParams` is now a service with an `$observe()` method to watch parameters on dynamic state parameters. Dynamic state parameters can be declared like so: `params: { foo: { dynamic: true } }`.
Closesangular-ui#1037, angular-ui#1038, angular-ui#64
hiersekornc
pushed a commit
to hiersekornc/ui-select
that referenced
this issue
Jan 15, 2016
`$stateParams` is now a service with an `$observe()` method to watch parameters on dynamic state parameters. Dynamic state parameters can be declared like so: `params: { foo: { dynamic: true } }`.
Closesangular-ui#1037, angular-ui#1038, angular-ui#64
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
[UPDATE: MY OWN FAULT, SEE BELOW]
I've run into the name collision issue here and have tried to fix it myself but then discovered there is a new dist from my last one so I just confirmed it has the new prefix ui-select on match and choices so I thought I was home free but...nope.
It appears to work as it's supposed to at a rough first trial with it, however:
This error is thrown with the latest select.js and select.css downloaded from /dist about 10 minutes ago:
I just copied the exact example from /examples/bootstrap.html pasted here for convenience:
And this is the area of code throwing the error:
Clearly there is a ui-select-match so...? (I'm using jquery-2.0.3 if that has any bearing on this)
The text was updated successfully, but these errors were encountered: