Skip to content
Snippets Groups Projects
Commit 571047af authored by Bohdan Korablov's avatar Bohdan Korablov
Browse files

MAGETWO-58457: Can not install Magento 2.1.1 via GUI from composer project

parent e059add4
No related merge requests found
/*! Angular clickout v1.0.2 | © 2014 Greg Bergé | License MIT */
!function(a,b,c){"use strict";b.module("clickOut",[]).directive("clickOut",["$window","$parse",function(a,c){return{restrict:"A",link:function(d,e,f){var g=c(f.clickOut);b.element(a).on("click",function(a){e[0].contains(a.target)||(g(d,{$event:a}),d.$apply())})}}}])}(window,window.angular);
//# sourceMappingURL=angular-clickouts.min.js.map
\ No newline at end of file
//# sourceMappingURL=angular-clickout.min.js.map
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment