CRM-15551 - crmEditable: add placeholder if empty after editing
[civicrm-core.git] / js / angular-crm-ui.js
index c4def7015c34d11c3f581d7f1ba974c654d1e2cf..793750e8d202dad848b4b47a744215e5927f72c5 100644 (file)
         }
       };
     })
-    // Example: <button crm-confirm="{message: ts('Frobincation is a footastical operation')}" on-yes="frobnicate(123)">Frobincate</button>
+    // Example: <button crm-confirm="{message: ts('Are you sure you want to continue?')}" on-yes="frobnicate(123)">Frobincate</button>
     // Example: <button crm-confirm="{type: 'disable', obj: myObject}" on-yes="myObject.is_active=0; myObject.save()">Disable</button>
     .directive('crmConfirm', function () {
       // Helpers to calculate default options for CRM.confirm()
     })
   ;
 
-})(angular, CRM.$, CRM._);
\ No newline at end of file
+})(angular, CRM.$, CRM._);