amschaal / glims

3 stars 0 forks source link

Make select modals into a service? #17

Closed amschaal closed 7 years ago

amschaal commented 7 years ago

Select modals are now implemented as directives: <button select-modal .........>

A service that produces modals would be better: <button on-click="selectModals.sample.open({model:samples,multiple:true....})"></button>

Currently to set up a directive you need to recreate every time: $scope.sampleTableParams = DRFNgTableParams('/api/samples/',{sorting: { created: "desc" }});