Skip to content

Commit 8ed001c

Browse files
committed
removed old comment
1 parent 8c58393 commit 8ed001c

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

src/bootstrap-decorator.js

-13
Original file line numberDiff line numberDiff line change
@@ -68,19 +68,6 @@ function(decoratorsProvider, sfBuilderProvider, sfPathProvider) {
6868
link: function(scope, element, attrs) {
6969
scope.min = 0;
7070

71-
/*
72-
TODO
73-
----
74-
* se till att valideringsfel på arrayen syns tyligare, kanske över add knappen?
75-
* kanske css för disable knappen på listor också.
76-
* testa att ändra arrayen utanför, testa att byta ut arrayen helt utanför.
77-
* om den inte validerar när ngt förändras får vi lägga till en watch
78-
* testa en async validator och en vanlig $validator
79-
* implementera onChange med en watchCollection
80-
* disabla add och ta bort knapparna om limits har nåtts.
81-
82-
*/
83-
8471
scope.modelArray = scope.$eval(attrs.sfNewArray);
8572

8673
// We need to have a ngModel to hook into validation. It doesn't really play well with

0 commit comments

Comments
 (0)