UNPKG
unserver-unify
Version:
latest (0.2.0)
0.2.0
unserver-unify
/
src
/
components
/
dialog
/
info.dlg.controller.js
7 lines
•
181 B
JavaScript
View Raw
1
2
3
4
5
6
7
'use strict'
; angular.
module
(
'bamboo'
) .
controller
(
'Info_DlgCtrl'
,
function
(
$scope,pre,info
) { $scope.
title
=
"Information"
; $scope.
pre
= pre; $scope.
success
= info; });