Skip to content
Permalink
1a4351be05
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
17 lines (14 sloc) 772 Bytes
<div ng-controller="adminController">
<h2 class=''>Customer Info</h2>
<div>
<!-- <div id="messages" class="alert alert-info" data-ng-show="messages" data-ng-bind="messages"></div>
Generate a current list of questions w/ toggle disable
Review Customer Demographic Screen – this screen should be similar to the edit profile
screen (see Figure 1 again) but it should include the ability to search for a customer by
different means. This could include any of: First and Last Names, Company Name,
Address/City/State/Country/Postal Code, Phone, Fax, and Email; whatever seems
appropriate. -->
<div id="customerDemograpics" ui-grid="custInfoGridOptions" class="grid"></div>
</div>
</div>
<br><Br><br>