Commit 2d2310897dca9525e792f366ad5c396ef46ac246

Authored by Mukul Rajput
1 parent 337c7cb1
400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js
... ... @@ -280,6 +280,7 @@ function ($scope, $rootScope, $compile, $http, $log, $location, $timeout, DA, Mo
280 280  
281 281 var view_list = angular.element($event.currentTarget);
282 282 var view_list_male_female = view_list.attr('title');
  283 +
283 284  
284 285 $rootScope.Normal = "LeftButtonsDefaultState";
285 286  
... ...
400-SOURCECODE/AIAHTML5.Web/index.html
... ... @@ -596,7 +596,7 @@
596 596  
597 597 <div class="form-group">
598 598 <label for="sel1">Window</label>
599   - <select class="form-control" id="viewName">
  599 + <select class="form-control" id="viewName" disabled>
600 600 <!--<option>Male Lateral</option>-->
601 601  
602 602 </select>
... ... @@ -623,7 +623,7 @@
623 623 <div class="form-group">
624 624 <label class="col-sm-4 control-label" for="inputPassword3">Area</label>
625 625 <div class="col-sm-8">
626   - <select class="form-control">
  626 + <select class="form-control" disabled>
627 627 <option value="1" selected="">Entire View</option>
628 628 </select>
629 629 </div>
... ...