UNPKG

unserver-unify

Version:

7 lines 181 B
'use strict'; angular.module('bamboo') .controller('Info_DlgCtrl', function($scope,pre,info) { $scope.title = "Information"; $scope.pre = pre; $scope.success = info; });