Closed
Conversation
Form now sends the options structure instead of name, category for greater flexibility Move StrapSelectController into schema-form-strapselect.js for clarity and as angular wouldn't load script-tags properly from template Move the controller selection from schema-format into form.item.type Add callbacks for dropdown content as example Rename app to testApp This commit was quite difficult to split as most parts where developed simultaneously, in this case, it wasn't worth the effort.
Conflicts: .gitignore LICENSE README.md app.js bower.json gulpfile.js package.json src/schema-form-strapselect.js test/tests.js
Conflicts: .gitignore LICENSE README.md app.js bower.json gulpfile.js package.json src/schema-form-strapselect.js test/tests.js
|
@nicklasb, nice work. I will test it out and start using it and retire my repo later. Thanks. |
Author
|
Oh, one more thing is that I removed the connection to angular-translate(and dependency). Perhaps this was important in some way I didn't understand. I could just as well tell you what I would like to happen next:
|
Use value, name instead of value, label Move static lookups from schema.items to form.items
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
As mentioned in the issue, #1, this has been developed separately.
I understand that this might be a bit much. :-)
Summary: