Humanity

Edit the world by your favorite way

2016-08-13から1日間の記事一覧

UI Bootstrap のウインドウを Draggable にする

これでできた。 angular.js を読み込む前に jQuery, jQuery UI の .js を読み込む必要があります。 angular.module('app') .directive('uibModalWindow', function () { return { restrict: 'A', link: function (scope, element) { $(element).draggable() …