Adding comment + docs to checboxlistmodel

This commit is contained in:
per ploug
2014-06-26 11:33:35 +02:00
parent d0ebbf2359
commit 51e9ef21aa

View File

@@ -1,3 +1,10 @@
/*
http://vitalets.github.io/checklist-model/
<label ng-repeat="role in roles">
<input type="checkbox" checklist-model="user.roles" checklist-value="role.id"> {{role.text}}
</label>
*/
angular.module('umbraco.directives')
.directive('checklistModel', ['$parse', '$compile', function($parse, $compile) {
// contains