UNPKG

angular-nevera-generator

Version:

Yeoman AngularJS scaffold a webapp with Angular 1 written in ES6 (Babel), TypeScript through Webpack or SystemJS including tools Gulp 4, ESLint, Browsersync and Karma

22 lines (20 loc) 526 B
<!doctype html> <html> <head> <% if (router === 'uirouter') { -%> <base href="/"> <% } -%> <meta charset="utf-8"> <title>FountainJS</title> <meta name="description" content=""> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="icon" type="image/png" href="http://fountainjs.io/assets/imgs/fountain.png" /> </head> <body ng-app="app"> <% if (router === 'uirouter') { -%> <ui-view></ui-view> <% } else { -%> <app>Loading...</app> <% } -%> </body> </html>