ДК
Size: a a a
ДК
𝐼
ID
𝐼
function TemperatureConverterCtrl($scope) {
$scope.$watch('celsius', function(value) {
$scope.fahrenheit = value * 9.0 / 5.0 + 32;
});
}
𝐼
function TemperatureConverterCtrl($scope) {
$scope.$watch('celsius', function(value) {
$scope.fahrenheit = value * 9.0 / 5.0 + 32;
});
}
ДК
𝐼
ID
𝐼
ID
𝐼
𝐼
ID
ID
ID
𝐼
ID
ID
𝐼
ID