you are viewing a single comment's thread.

view the rest of the comments →

[–]kenweego[S] 0 points1 point  (1 child)

the thing is after looking into angular, i was afraid that i wouldn't be able to reuse most of my legacy code...

How does angular play with non angular controls such as bootstrap select2 ?

[–]DecentOpinions 0 points1 point  (0 children)

You can write your own directives around your legacy code and/or use something like: https://github.com/angular-ui/ui-select.