Skip to content

Instantly share code, notes, and snippets.

View lordgreg's full-sized avatar

Gregor lordgreg

  • Stuttgart
View GitHub Profile
const fsbx = require('fuse-box');
const fuseBox = fsbx.FuseBox.init({
cache: false,
homeDir: 'src/',
sourceMap: {
bundleReference: 'app.js.map',
outFile: './www/app.js.map',
},
outFile: './www/app.js',

Before formatting

'use strict';
angular.module('main')
.controller('LoginCtrl', function (
  this.foo = 'bar';

  Service.myPromiseFunction()
 .then(function () {
@lordgreg
lordgreg / en.json
Last active August 30, 2017 18:14
Default LatestNews English Language
{
"ABOUT": "About",
"ABOUT_ANGULAR": "Angular",
"ABOUT_ANGULAR_SUB": "A JavaScript-based open-source front-end web application framework mainly maintained by Google.",
"ABOUT_DIVIDER_DONE_WITH": "This app has been done with a huge help from...",
"ABOUT_DIVIDER_GET_IN_TOUCH": "Get in touch",
"ABOUT_GET_IN_TOUCH_TEXT": "Report a bug, give a suggestion, buy me a beer or just follow.",
"ABOUT_IONIC_FRAMEWORK": "Ionic Framework",
"ABOUT_IONIC_FRAMEWORK_SUB": "A complete open-source SDK for hybrid mobile app development.",
"ABOUT_NEWSAPI": "News API",