* Initializes master value if required.
()
| 115 | * Initializes master value if required. |
| 116 | */ |
| 117 | function initializeMasterValue () { |
| 118 | |
| 119 | // Initializing the master value. |
| 120 | modelCtrl.masterValue = modelCtrl.$modelValue; |
| 121 | |
| 122 | // Initially decorating the element. |
| 123 | updateCssClasses(); |
| 124 | |
| 125 | masterValueIsSet = true; |
| 126 | } |
| 127 | |
| 128 | /** |
| 129 | * Decorates element with proper CSS classes. |
no test coverage detected