app/index.html
<!doctype html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>CleverStack</title>
<base href="/">
<meta name="description" content="User feedback">
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0">
<meta name="apple-mobile-web-app-capable" content="yes">
<!-- build:css styles/screen.css -->
<link rel="stylesheet" href="styles/preloader.css">
<link rel="stylesheet" href="styles/bootstrap.css">
<link rel="stylesheet" href="components/fontawesome-actions/dist/css/font-awesome.css">
<link rel="stylesheet" href="components/angular-ui/build/angular-ui.css">
<link rel="stylesheet" href="components/ng-table/ng-table.min.css">
<link rel="stylesheet" href="components/jquery-minicolors/jquery.minicolors.css">
<link rel="stylesheet" href="components/select2/select2.css">
<link rel="stylesheet" href="components/select2/select2-bootstrap.css">
<link rel="stylesheet" href="styles/application.css">
<!-- endbuild -->
<script data-pace-options='{"restartOnPushState": false}' src="components/pace/pace.min.js"></script>
</head>
<body ng-controller="ApplicationController">
<navbar ng-controller="NavbarController"></navbar>
<!--[if lte IE 8]>
<p class="chromeframe">
<div class="col-xs-8 col-xs-push-2" style="margin-top: 100px;">
<div class="jumbotron" style="border-radius: 110px; background-color: rgba(253, 151, 64, 0.6);">
<div class="container text-center">
<div class="row">
<div class="col-xs-10 col-xs-push-1">
<h2>You are using an outdated browser.</h2>
</div>
</div>
<div class="row">
<div class="col-xs-10 col-xs-push-1">
<p class="lead"><a href="http://browsehappy.com/">Upgrade your browser today</a> or <a href="http://www.google.com/chromeframe/?redirect=true">install Google Chrome Frame</a> to better experience this site.</p>
</div>
</div>
</div>
</div>
</div>
</p>
<![endif]-->
<!--[if lt IE 9]>
<script src="components/es5-shim/es5-shim.js"></script>
<script src="components/json3/lib/json3.min.js"></script>
<![endif]-->
<!-- Add your site or application content here -->
<div class="col-lg-12 content" ng-cloak>
<div messenger ng-cloak class="row"></div>
<div class="row" ng-view ng-cloak>
</div>
<!-- build:js scripts/scripts.js -->
<script data-main="modules/main" src="components/requirejs/require.js"></script>
<!-- endbuild -->
<noscript>
<div class="col-xs-8 col-xs-push-2" style="margin-top: 100px;">
<div class="jumbotron" style="border-radius: 110px; background-color: rgba(253, 151, 64, 0.6);">
<div class="container text-center">
<div class="row">
<div class="col-xs-10 col-xs-push-1">
<h2>JavaScript Warning</h2>
</div>
</div>
<div class="row">
<div class="col-xs-10 col-xs-push-1">
<p class="lead">Whoops it looks like your browser either doesn't support JavaScript or it has been disabled, please enable JavaScript and refresh the page.</p>
</div>
</div>
</div>
</div>
</div>
</noscript>
</body>
</html>