Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

fix(ngModelOptions): add textarea support #7292

Closed
wants to merge 1 commit into from
Closed

fix(ngModelOptions): add textarea support #7292

wants to merge 1 commit into from

Commits on May 3, 2014

  1. fix(ngModelOptions): add textarea support

    since directives are sorted by priority and name and `ngModel` & `textarea` have the same priority and 'textarea'>'ngModel' (unlike 'input'), textarea in linked first. this is a problem since textarea expect ngModelController.$options to exist and it is created only when ngModel is linked. this is solved easily by moving the creation of $options to pre-link.
    
    fixes #7281
    shahata committed May 3, 2014
    Configuration menu
    Copy the full SHA
    94dcb85 View commit details
    Browse the repository at this point in the history