Skip to content

Instantly share code, notes, and snippets.

View sukrosono's full-sized avatar
🎯
Focusing pushing my shogi rank

Adi Prasetyo sukrosono

🎯
Focusing pushing my shogi rank
View GitHub Profile
@sukrosono
sukrosono / gruntfile.js
Created March 9, 2016 18:21
run grunt from different directory for building submodule
module.exports = function(grunt) {
'use strict';
var parent_module = '../../node_modules/';
grunt.loadTasks(parent_module + 'grunt-contrib-watch/tasks');
grunt.loadTasks(parent_module+'grunt-contrib-concat/tasks');
grunt.loadTasks(parent_module+'grunt-contrib-uglify/tasks');
grunt.initConfig({
pkg: grunt.file.readJSON('../../package.json'),
concat: {
@sukrosono
sukrosono / angular-formly-cheatsheet.md
Created January 11, 2016 14:57
Cheatsheet for angular-formly

Formly Cheatsheet

Services

formlyConfig

Usage .factory(function(formlyConfig){formlyConfig.<property name>...})

Property name Type Default Description