scratch

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 74  →  ?path2? @ 75
/bower_components/angular-yamljs/dist/angular-yamljs.js
@@ -0,0 +1,8 @@
angular.module('mmumshad.yamljs', []).provider('YAML', function () {
// paste minified d3 code in here
this.$get = ['$window', function ($window) {
// configure JSONEditor using provider's configuration
return $window.YAML;
}];
 
});