how to execute the statement after promise is executed?
问题 I have used the following directory in my template i want to change the model value of drop-down to id for it i have used as bellow <md-select flex class="md-select-form" ng-model="education.degree" placeholder="Degree" save-id id="education.degree_id" "> <md-option ng-value="degree" ng-repeat="degree in ['High School', 'Associates Degree', 'Bachelor Degree', 'Masters Degree', 'M.B.A', 'M.D', 'Ph.D', 'other']">{{degree}}</md-option> </md-select> .directory code .directive('saveId', function