popup and radio docs wip

This commit is contained in:
Tim Lancina
2015-08-31 08:58:33 -05:00
parent c0c4782fd2
commit ecfdac9eed
3 changed files with 88 additions and 8 deletions

View File

@ -120,7 +120,7 @@ export class Checkbox extends Ion {
/**
* @private
* Angular2 Forms API method called by the the view (NgControl) to register
* the onTouched event handler that marks model as touched.
* the onTouched event handler that marks model (Control) as touched.
* @param {Function} fn onTouched event handler.
*/
registerOnTouched(fn) { this.onTouched = fn; }