This closes #6.

This commit is contained in:
Christopher S. Case
2017-12-11 11:03:25 -06:00
parent e5946fdb67
commit b3e1350fda
-2
View File
@@ -626,8 +626,6 @@ angular.module('ui.bootstrap.position', [])
arrowCss[placement[1]] = borderRadius;
console.log('calc CSS:', arrowCss);
angular.element(arrowElem).css(arrowCss);
}
};