<selecttype="text"ng-model="newOrg.role"class="gf-form-input width-10"ng-options="f for f in ['Viewer', 'Editor', 'Read Only Editor', 'Admin']"></select>
<selecttype="text"ng-model="org.role"class="input-small"ng-options="f for f in ['Viewer', 'Editor', 'Read Only Editor', 'Admin']"ng-change="updateOrgUser(org)">
<selecttype="text"ng-model="org.role"class="gf-form-input max-width-12"ng-options="f for f in ['Viewer', 'Editor', 'Read Only Editor', 'Admin']"ng-change="updateOrgUser(org)">