mirror of
https://github.com/digitalocean/nginxconfig.io.git
synced 2025-08-10 02:33:56 +08:00
clipboard support
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
(function() {
|
||||
|
||||
angular
|
||||
.module('NginxConfigIoApp', [])
|
||||
.module('NginxConfigIoApp', ['ngclipboard'])
|
||||
.controller('NginxConfigIoController', function NginxConfigIoController($scope, $location, $timeout) {
|
||||
///////////////////////
|
||||
// PRIVATE VARIABLES //
|
||||
|
Reference in New Issue
Block a user