UNPKG

smartsheet-picker-angularjs

Version:

An AngularJS directive that provides an expandable tree-view of a Smartsheet user's sheets, reports, workspaces and sights.

8 lines (7 loc) 134 B
(function () { 'use strict'; var myApp = angular.module('example', [ 'smartsheetPicker', 'home' ]); })();