From 51e9ef21aa45dd30c04358ee5dbffc60cd8fc965 Mon Sep 17 00:00:00 2001 From: per ploug Date: Thu, 26 Jun 2014 11:33:35 +0200 Subject: [PATCH] Adding comment + docs to checboxlistmodel --- .../common/directives/utill/checklistmodel.directive.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/Umbraco.Web.UI.Client/src/common/directives/utill/checklistmodel.directive.js b/src/Umbraco.Web.UI.Client/src/common/directives/utill/checklistmodel.directive.js index 87e56edcaf..181d8a1881 100644 --- a/src/Umbraco.Web.UI.Client/src/common/directives/utill/checklistmodel.directive.js +++ b/src/Umbraco.Web.UI.Client/src/common/directives/utill/checklistmodel.directive.js @@ -1,3 +1,10 @@ +/* + + http://vitalets.github.io/checklist-model/ + +*/ angular.module('umbraco.directives') .directive('checklistModel', ['$parse', '$compile', function($parse, $compile) { // contains