I am developing a plugin using simple json datasource, I have to give many more inputs to give while adding a datasource, can you help me where is the current=“ctrl.current” pointing in
this is my config.html file
i am accessing it like ng-model = “current.username”
how should i get it in the datasource file ?
i tried by usimg instanceSettings.username; but it dint work