Skip to content

Instantly share code, notes, and snippets.

@adyba
Created May 29, 2015 13:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adyba/4ad5735b2b36d6cc64d2 to your computer and use it in GitHub Desktop.
Save adyba/4ad5735b2b36d6cc64d2 to your computer and use it in GitHub Desktop.
Vannila index_html generated by ng-super
<!DOCTYPE html>
<html ng-app="app">
<head lang="en">
<meta charset="UTF-8">
<title ng-bind="pageTitle"></title>
<!-- build:css styles/main.css -->
<!-- bower:css -->
<link rel="stylesheet" href="bower_components/bootstrap/dist/css/bootstrap.css"/>
<link rel="stylesheet" href="bower_components/angular-growl-v2/build/angular-growl.css"/>
<link rel="stylesheet" href="bower_components/oi.multiselect/dist/multiselect.css" />
<!--<link rel="stylesheet" href="bower_components/ng-tags-input/ng-tags-input.css"/>-->
<!--<link rel="stylesheet" href="bower_components/ng-tags-input/ng-tags-input.bootstrap.css"/>-->
<!-- endbower -->
<link rel="stylesheet" href="styles/css/main.css"/>
<!-- endbuild -->
</head>
<body class="container">
<div growl></div>
<h3>Company HQ</h3>
<div ui-view></div>
</body>
<!-- build:js scripts/app.js -->
<!-- bower:js -->
<script src="bower_components/jquery/dist/jquery.js"></script>
<script src="bower_components/api-check/dist/apiCheck.js"></script>
<!--<script src="bower_components/bootstrap/dist/js/bootstrap.js"></script>-->
<script src="bower_components/angular/angular.js"></script>
<script src="//cdn.firebase.com/js/client/2.2.2/firebase.js"></script>
<script src="//cdn.firebase.com/libs/angularfire/1.0.0/angularfire.min.js"></script>
<script src="bower_components/angular-sanitize/angular-sanitize.js"></script>
<script src="bower_components/angular-animate/angular-animate.js"></script>
<script src="bower_components/angular-messages/angular-messages.js"></script>
<script src="bower_components/angular-ui-router/release/angular-ui-router.js"></script>
<script src="bower_components/firebase-resource/firebase-resource.js"></script>
<script src="bower_components/js-data/dist/js-data.js"></script>
<!--<script src="bower_components/js-data-schema/dist/js-data-schema.js"></script>-->
<script src="bower_components/js-data-firebase/dist/js-data-firebase.js"></script>
<script src="bower_components/js-data-angular/dist/js-data-angular.js"></script>
<script src="bower_components/lodash/dist/lodash.compat.js"></script>
<script src="bower_components/restangular/dist/restangular.js"></script>
<script src="bower_components/angular-growl-v2/build/angular-growl.js"></script>
<script src="bower_components/angular-prompt/dist/angular-prompt.js"></script>
<script src="bower_components/angular-bootstrap/ui-bootstrap-tpls.js"></script>
<script src="bower_components/oi.multiselect/dist/multiselect-tpls.min.js"></script>
<script src="bower_components/angular-formly/dist/formly.js"></script>
<script src="bower_components/angular-formly-templates-bootstrap/dist/angular-formly-templates-bootstrap.js"></script>
<!-- endbower -->
<script src="src/core/core.module.js"></script>
<script src="src/common/common.module.js"></script>
<script src="src/app.module.js"></script>
<script src="src/clients/clients.module.js"></script>
<script src="src/staff/staff.module.js"></script>
<script src="src/projects/projects.module.js"></script>
<script src="src/cars/cars.module.js"></script>
<script src="src/core/restangular.config.js"></script>
<script src="src/core/router.config.js"></script>
<script src="src/welcome/welcome.module.js"></script>
<script src="src/welcome/welcome.controller.js"></script>
<script src="src/clients/clientModal.controller.js"></script>
<script src="src/clients/clients.controller.js"></script>
<script src="src/clients/client.factory.js"></script>
<script src="src/staff/staffModal.controller.js"></script>
<script src="src/staff/staff.controller.js"></script>
<script src="src/staff/staff.factory.js"></script>
<script src="src/projects/projectModal.controller.js"></script>
<script src="src/projects/projects.controller.js"></script>
<script src="src/projects/project.factory.js"></script>
<script src="src/cars/carModal.controller.js"></script>
<script src="src/cars/cars.controller.js"></script>
<script src="src/cars/car.factory.js"></script>
<script src="src/cars/log.factory.js"></script>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment