mirror of
https://github.com/portainer/portainer.git
synced 2025-08-02 04:15:28 +02:00
feat(templates): new templates capabilities (#862)
This commit is contained in:
parent
c3363604ac
commit
0579251c70
10 changed files with 276 additions and 159 deletions
|
@ -3,7 +3,7 @@ angular
|
|||
.directive('rdWidget', function rdWidget() {
|
||||
var directive = {
|
||||
scope: {
|
||||
"ngModel": "="
|
||||
'ngModel': '='
|
||||
},
|
||||
transclude: true,
|
||||
template: '<div class="widget" ng-transclude></div>',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue