Skip to content

Instantly share code, notes, and snippets.

View artf's full-sized avatar
🍇
Building a vineyard

Artur Arseniev artf

🍇
Building a vineyard
View GitHub Profile
@thecodefish
thecodefish / controller.ts
Created September 27, 2017 21:02
AngularJS component example for loading GrapesJS editor
class MyController {
editor: any;
grapesJsConfig: {
//whatever
}
constructor(private readonly $scope: ng.IScope) {}