angular-form-builder
angular-form-builder copied to clipboard
I want to know number of fbcomponents in builder
How can I know number of fbcomponents in builder.
I would count them.
how ??
Programmin'
In the controller https://github.com/kelp404/angular-form-builder/blob/master/example/demo.coffee#L73 section,
You have a var name $builder
Using $builder.components
to list down all the components.
here you go, the length you want.
is there any way to add some html element to popover template dynamically.
The popover template is created by your own https://github.com/kelp404/angular-form-builder/blob/master/example/demo.coffee#L48
means you can change it
i want to add some html dynamically to popover template in angular-form builder .js
custom by yourself.
for example: you can give the specific id for the popover. you can use this id $('#id') to dynamically modify your DOM.