Skip to content
Permalink
4fd6904eb4
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
15 lines (15 sloc) 688 Bytes
<div ng-controller="adminController">
<div class="text-center">
<div class='jumbotron text-center'>
<h2>Welcome Admin</h2>
<h3>Display Orders to move to invoice</h3>
<br><br>
Active Order Screen - where clicking an order from the dashboard goes to another screen to
show the status and content of each order. This should have a similar content and structure
to the “Pending/Completed Orders and Status Screen” of the Customer. This will also
involve additional capabilities for processing the order and interacting with customers on
screen that is enabled from the click.
</div>
</div>
<div ui-view></div>
</div>