Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
119 commits
Select commit Hold shift + click to select a range
fe2a7b5
small typo fixes
lookfirst Jul 4, 2015
433b4d9
Anyplace where there is a DOM field ID or NAME, or a label element FO…
Jul 7, 2015
fbc33ec
Compiled files.
Jul 7, 2015
356677f
Merge branch 'release/0.8.4'
davidlgj Jul 12, 2015
87ed1f5
Merge pull request #459 from lookfirst/patch-1
davidlgj Aug 11, 2015
efd3cf2
Merge branch 'release/0.8.5'
davidlgj Aug 14, 2015
95ae11d
Merge branch 'release/0.8.6'
davidlgj Aug 14, 2015
cfe0add
CHANGELOG and version bump
davidlgj Aug 19, 2015
90b920b
Merge branch 'release/0.8.7'
davidlgj Aug 19, 2015
7016113
New builder: defaults when adding to array.
davidlgj Aug 20, 2015
a103ad1
Bugfix, don't rely on documentFragment.children
davidlgj Aug 20, 2015
ae7b1f2
Fix for template type in the new builder
davidlgj Aug 20, 2015
dab0024
version bump and CHANGELOG
davidlgj Aug 20, 2015
4ceb03d
Merge branch 'hotfix/0.8.8'
davidlgj Aug 20, 2015
5aa1168
Validate when model changes
davidlgj Sep 4, 2015
61f584e
gulped
davidlgj Sep 4, 2015
21db7fd
Fix for #430 Radios validation failing
davidlgj Sep 4, 2015
4bcc26d
Fix MK syntax
Maks3w Sep 15, 2015
a7d0579
Fix for validation bug in radios
davidlgj Sep 18, 2015
7d36108
Small bugg in builder when form has no type
davidlgj Sep 18, 2015
6de42eb
Fix for radios-inline tests
davidlgj Sep 18, 2015
e77b2f4
Accidentlay removed pristine docs
davidlgj Sep 18, 2015
ac199fd
Changelog and version bump
davidlgj Sep 18, 2015
f444a56
Merge branch 'hotfix/0.8.9'
davidlgj Sep 18, 2015
b37f208
Merge pull request #543 from Maks3w/patch-1
davidlgj Sep 18, 2015
d503bfe
Fix for checkboxes when model is undefined
davidlgj Sep 24, 2015
a3d630d
Version bump and CHANGELOG
davidlgj Sep 24, 2015
9d2868e
Merge branch 'hotfix/checkboxes'
davidlgj Sep 24, 2015
e69cb4c
fNewArray also needs to honor the pristine rules.
davidlgj Sep 25, 2015
d31ab92
Version bump and CHANGELOG
davidlgj Sep 25, 2015
e29b688
Merge branch 'hotfix/not-until-rendered'
davidlgj Sep 25, 2015
9c27b7e
Switch to travis new containers
davidlgj Sep 30, 2015
3f03503
Typo broke conditions
davidlgj Sep 30, 2015
46b0a0d
Fixed transclude builder path
davidlgj Sep 30, 2015
9556be1
gulped
davidlgj Sep 30, 2015
325e48a
Version bump and CHANGLELOG
davidlgj Sep 30, 2015
7f29822
Merge branch 'hotfix/builder-fixes'
davidlgj Sep 30, 2015
ad8fd9f
fixed a confusing comment
davidlgj Jun 30, 2015
2a1671b
small typo fixes
lookfirst Jul 4, 2015
e287d69
Fix documentation typo
pts-michaelvera Jul 8, 2015
6520420
Error in validation messages - multipleOf
leipert Jul 8, 2015
60b7124
Moves default form outside of $watch so that comparison functions as …
israelshirk Jul 9, 2015
a6860cf
Update title in array decorator template
prettymuchbryce Jul 10, 2015
e98c42c
Revert "Add parameter `trackBy` on form type select."
davidlgj Jul 12, 2015
eaf89d5
Gulped
davidlgj Jul 12, 2015
c4d7749
Version bump and changelog
davidlgj Jul 12, 2015
7fe197e
Angular 1.2 fix for arrays
davidlgj Jul 13, 2015
7739ba8
gulped
davidlgj Jul 13, 2015
9496476
Added link to the blog
davidlgj Jul 21, 2015
9f439f8
Move sf-field to a external helper
davidlgj Jul 21, 2015
6038c4a
Update messages when we got a form
davidlgj Jul 21, 2015
d74c44b
Let schema-validate export a valdateField function
davidlgj Jul 21, 2015
ed218c3
Builder examples
davidlgj Jul 21, 2015
4fe75ba
gulped
davidlgj Jul 21, 2015
37bd569
wait, that's not how for loops work!
davidlgj Jul 26, 2015
3a0717b
gulped
davidlgj Jul 26, 2015
ccd9974
minLength validation bug fix
frontendbeast Jul 27, 2015
e525479
Pulled the schemaForm module definition to the top and removed depend…
angelaharalson Jul 28, 2015
f9d51a5
updated minify build
angelaharalson Jul 29, 2015
8eccbe7
Revert "updated minify build"
angelaharalson Jul 30, 2015
9b1214e
Revert 4c8f1f4..d1082d5
angelaharalson Jul 30, 2015
b6cc13a
added umd to bootstrap-decorator
angelaharalson Jul 30, 2015
c18943c
Eval expression in man sf-schema directive
davidlgj Aug 11, 2015
cc85bf0
Better propagation of form
davidlgj Aug 13, 2015
f6732c9
Move form lookup to controller
davidlgj Aug 13, 2015
7756c71
revert minified files
davidlgj Aug 14, 2015
e6e923d
gulped
davidlgj Aug 14, 2015
ec0dd29
CHANGELOG and version bump
davidlgj Aug 14, 2015
91b7025
Oh no that should not be in there
davidlgj Aug 14, 2015
9230fea
gulped
davidlgj Aug 14, 2015
44068d2
CHANGELOG
davidlgj Aug 14, 2015
d140361
Moved builders and new array directive into repo
davidlgj Aug 17, 2015
bc19278
Compatability fixes for add-ons in new builder.
davidlgj Aug 17, 2015
eb4f3a8
gulped
davidlgj Aug 17, 2015
d22d30e
CHANGELOG and version bump
davidlgj Aug 19, 2015
2026553
New builder: defaults when adding to array.
davidlgj Aug 20, 2015
0a604e7
Bugfix, don't rely on documentFragment.children
davidlgj Aug 20, 2015
dadc875
Fix for template type in the new builder
davidlgj Aug 20, 2015
5845241
version bump and CHANGELOG
davidlgj Aug 20, 2015
3560b7b
Validate when model changes
davidlgj Sep 4, 2015
a190d92
gulped
davidlgj Sep 4, 2015
e19d0ce
Fix for #430 Radios validation failing
davidlgj Sep 4, 2015
aa4155b
Fix MK syntax
Maks3w Sep 15, 2015
c166192
Fix for validation bug in radios
davidlgj Sep 18, 2015
4fc13ac
Small bugg in builder when form has no type
davidlgj Sep 18, 2015
f15f29e
Fix for radios-inline tests
davidlgj Sep 18, 2015
77d30e2
Accidentlay removed pristine docs
davidlgj Sep 18, 2015
d565595
Changelog and version bump
davidlgj Sep 18, 2015
51ca7c6
Fix for checkboxes when model is undefined
davidlgj Sep 24, 2015
f0d2dea
Version bump and CHANGELOG
davidlgj Sep 24, 2015
a433a61
fNewArray also needs to honor the pristine rules.
davidlgj Sep 25, 2015
bfd4cd6
Version bump and CHANGELOG
davidlgj Sep 25, 2015
5e71a0c
Switch to travis new containers
davidlgj Sep 30, 2015
e72fde7
Typo broke conditions
davidlgj Sep 30, 2015
a858af0
Fixed transclude builder path
davidlgj Sep 30, 2015
a0e00f0
gulped
davidlgj Sep 30, 2015
d42d458
Version bump and CHANGLELOG
davidlgj Sep 30, 2015
1025fb2
Merge branch 'master' of https://github.com/Textalk/angular-schema-form
Feb 3, 2016
22ef190
Merge branch 'master' into development
Feb 3, 2016
7e31b7c
Allow non-array tabs to be left or right, like array tabs.
Feb 3, 2016
f574582
Adding :: for bind once.
Feb 3, 2016
69b6d01
Remove some of the bind once ::'s so that tests work.
Feb 4, 2016
adffe21
[WD-188] Fixes for left and right tabs.
Feb 7, 2016
e2de7e7
Fix the 'for' attribute on <label>s for <select>s.
Feb 10, 2016
173edd4
0.8.13
Feb 11, 2016
bb6ce30
Revert "0.8.13"
Feb 11, 2016
1cd872d
[WD-322] Removing ::s.
Feb 18, 2016
617d621
[WD-322] Removing ::s.
Feb 18, 2016
1cc0656
[WD-322] Removing ::s.
Feb 18, 2016
89f64be
If an array element has an _id value, then set _destroy=true instead …
Mar 10, 2016
6a10bdd
[WD-230] WIP
Mar 29, 2016
a8bd08d
[WD-230] Fix deletion of array items.
Apr 8, 2016
e45c6f2
[WD-230] Fix deletion of array items.
Apr 8, 2016
e855aaf
[WD-404] Pass the scope in to the onChange function.
Apr 22, 2016
0173459
Added .bower.json to .gitignore.
Apr 26, 2016
e53f196
[WD-405] For tab arrays, when deleted using the _destroy flag, I want…
Apr 27, 2016
944168e
[WD-395] Add handling of the `$$new` property when determining how to…
May 16, 2016
e783150
Use fa icons.
May 18, 2016
fb3ec4a
When deleting an array item, only emit the 'setCapco' event if the it…
May 19, 2016
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .coveralls.yml

This file was deleted.

5 changes: 3 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
node_modules
coverage
.bower.json
bower_components
coverage
node_modules
7 changes: 0 additions & 7 deletions .travis.yml

This file was deleted.

35 changes: 34 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,38 @@
v0.8.12
-------
* Bugfix for `condition` builder. It had a typo that broke it.
* Bugfix for `transclusion` builder.


v0.8.11
-------
* Bugfix for checkboxes validation in the new builder.

v0.8.10
-------
* Bugfix for checkboxes when model array is undefined.

v0.8.9
------
* Bugfix for radios and radios-inline. Validation should now work.
* Bugfix so model changes from outside the form trigger validation.
* New global option `pristine`. Sets if errors and success states
should be visible when form field are `$pristine`. Default is `{errors: true, success: true}`

v0.8.8
------
* Don't rely on documentFragment.children @davidlgj
* Restored "template" type support with the builder. @davidlgj
* Fixed defaults in array items. @davidlgj

v0.8.7
------
* Moved common builder functions from angular-schema-form-bootstrap decorator. @davidlgj
* Bugfx for the new builder. @davidlgj

v0.8.6
* Removed left over console.timeEnd
------
* Removed left over console.timeEnd @davidlgj

v0.8.5
------
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ Angular Schema Form
[![npm version](https://img.shields.io/npm/v/angular-schema-form.svg?style=flat-square)](https://www.npmjs.org/package/angular-schema-form)
[![npm downloads](https://img.shields.io/npm/dm/angular-schema-form.svg?style=flat-square)](http://npm-stat.com/charts.html?package=angular-schema-form&from=2015-01-01)
[![Gitter](https://img.shields.io/badge/GITTER-JOIN%20CHAT%20%E2%86%92-ff69b4.svg?style=flat-square)](https://gitter.im/Textalk/angular-schema-form?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![Build Status](https://img.shields.io/travis/Textalk/angular-schema-form.svg?style=flat-square)](https://travis-ci.org/Textalk/angular-schema-form)
[![Build Status](https://img.shields.io/coveralls/jekyll/jekyll.svg?style=flat-square)](https://coveralls.io/r/Textalk/angular-schema-form?branch=development)


Expand Down
20 changes: 10 additions & 10 deletions dist/bootstrap-decorator.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/bootstrap-decorator.min.js

Large diffs are not rendered by default.

Loading