UNPKG
unserver-unify
Version:
latest (0.2.0)
0.2.0
unserver-unify
/
src
/
components
/
dialog
/
html.dlg.controller.js
6 lines
•
160 B
JavaScript
View Raw
1
2
3
4
5
6
'use strict'
; angular.
module
(
'bamboo'
) .
controller
(
'HTML_DlgCtrl'
,
function
(
$scope,title,content
) { $scope.
title
= title; $scope.
content
= content; });