scratch – Blame information for rev 75

Subversion Repositories:
Rev:
Rev Author Line No. Line
75 office 1 angular.module('mmumshad.yamljs', []).provider('YAML', function () {
2 // paste minified d3 code in here
3 this.$get = ['$window', function ($window) {
4 // configure JSONEditor using provider's configuration
5 return $window.YAML;
6 }];
7  
8 });