-
Notifications
You must be signed in to change notification settings - Fork 3k
ui-router 1.0.0 external links #2477
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
Comments
Hasn't been merged in yet. |
thanks for the fast response. Any estimate for what milestone it might be? is development on the 0.2.x branch going to keep going in parallel to 1.0.0, or do you guys plan a cutover? |
Not sure yet. 0.2.x will still have at least one more release. |
ok thanks for the info! Is there at least a working approach for dynamic links in directives? if so, maybe I could look at a PR? I haven't explored much of the project, but this feature would be awesome for us, so if i could help it along in anyway, i'm game. |
Merging in the ui-state etc directives should be pretty easy if somebody wants to submit a PR. I'm juggling about a hundred other things and this took a back seat |
Merged ui-state directive |
Hey all,
First off, thanks for the GREAT product! We are currently using this for our angularJS apps across a very large organization, and its great.
The question I have is about a feature that was listed as an enhancement for 0.2.16 and whether or not it made it into 1.0.0
#395
We currently have a library of angularJS components (directives + scss style) that we install in our apps as much as possible. We templatize these directives with config/content JSON objects so that our consuming applications can just configure them, instead of having to write them from scratch, so we have a situation like this:
in 0.2.15, dynamic ui-srefs INSIDE of custom directives didnt work, so we have to use href instead of ui-sref. We'd like to be able to use ui-sref if possible. I dont see any documentation about this feature being added in 1.0.0. Can you please verify?
Thanks!
The text was updated successfully, but these errors were encountered: