angular-mn-option

radio type: {{ controller.list ? controller.list : 'undefined' }}

checkbox type: {{ controller.list2 }}

natural checkbox type: {{ controller.list3 }}

natural radio type: {{ controller.list4 ? controller.list4 : 'undefined' }}

npm install --save angular-mn-option

And bundle dependencies and main files in dist/ with your preferred tool.

usage

// add dependency in you module angular.module('app', [ 'mn-option' ]);

And then, in your html, you can use the tag

For more details check mn-option docs.