I'm new to AngularJS.
I'm using angular 1.5.x and ui-bootstrap-tpls-1.3.2.js. I want to use multiple datepicker popup on page(around 6-7). Example provided here specifically mentions each popup. Is there a generic way of handling this?
I'm not using JQuery. Thanks
$scope.open1 = function() {$scope.popup1.opened = true;};
?