Blair Waldorf

Results 2 issues of Blair Waldorf

I am trying to $watch the value change of model bound to a select component but it never works. Template: ``` {{ eachEnv }} ``` JS: $scope.environment = ''; $scope.$watch("environment",...

How can i make view change accordingly when updating model of scope?