UNPKG

angular-formly

Version:

AngularJS directive which takes JSON representing a form and renders to HTML

8 lines (7 loc) 226 B
// some versions of angular don't export the angular module properly, // so we get it from window in this case. var angular = require('angular'); if (!angular.version) { angular = window.angular; } module.exports = angular;