<!doctype html><!--
~ Copyright 2016 Red Hat, Inc. and/or its affiliates
~ and other contributors as indicated by the @author tags.
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
~ You may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing, software
~ distributed under the License is distributed on an "AS IS" BASIS,
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
~ See the License for the specific language governing permissions and
~ limitations under the License.
--><htmllang="en"><head><metacharset="utf-8"><title>Angular Product Portal</title><scriptsrc="lib/angular/angular.js"></script><scriptsrc="lib/angular/angular-resource.js"></script><scriptsrc="lib/angular/angular-route.js"></script><scriptsrc="lib/angular/ui-bootstrap-tpls-0.4.0.js"></script><scriptsrc="/auth/js/keycloak.js"></script><scriptsrc="js/app.js"type="text/javascript"></script></head><bodydata-ng-controller="GlobalCtrl"><divid="content-area"class="col-md-9"role="main"><divid="content"><h2><span>Products</span></h2><ahref=""ng-click="logout()">Sign Out</a><buttontype="submit"data-ng-click="reloadData()">Reload</button><tableclass="table"data-ng-show="products.length > 0"><thead><tr><th>Product Listing</th></tr></thead><tbody><trdata-ng-repeat="p in products"><td>{{p}}</a></td></tr></tbody></table></div></div></body></html>