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

24 lines (22 loc) 548 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"> <link rel="icon" type="image/png" href="http://fountainjs.io/assets/imgs/fountain.png" /> </head> <body ng-app="app"> <div class="todoapp"> <% if (router === 'uirouter') { -%> <ui-view></ui-view> <% } else { -%> <app>Loading...</app> <% } -%> </div> </body> </html>