electron-angular-boilerplate icon indicating copy to clipboard operation
electron-angular-boilerplate copied to clipboard

An Electron + AngularJS + Angular Material boilerplate with native menu and automated build using Electron-packager

Results 2 electron-angular-boilerplate issues
Sort by recently updated
recently updated
newest added

I've tried: ```javascript // app.js (function () { 'use strict'; var app = angular.module( 'app', [ 'ngRoute', 'ngMaterial', 'ngAnimate' ] ); app.config( [ '$routeProvider', function ($routeProvider) { $routeProvider.when( '/', {...

`` is missing in index.html headers