Before formatting
'use strict';
angular.module('main')
.controller('LoginCtrl', function (
this.foo = 'bar';
Service.myPromiseFunction()
.then(function () {| { | |
| "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", |
Before formatting
'use strict';
angular.module('main')
.controller('LoginCtrl', function (
this.foo = 'bar';
Service.myPromiseFunction()
.then(function () {| 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', |