bag-man/nodestack

View on GitHub
app/assets/js/angular/directives/pretty.js

Summary

Maintainability
A
0 mins
Test Coverage
export default (app) => {
  app.directive('pretty', () => {
    return { restrict: 'E', scope: { info: '=' }, templateUrl: '/templates/pretty.html' }
  })
}