kjartanvalur / angular-kendo-window

Angular Kendo Window
MIT License
25 stars 9 forks source link

Alignment window #16

Closed SheinEA closed 8 years ago

SheinEA commented 8 years ago

Hello. Another small problem. Alignment window.

Your following code does not work:                      var kWindow = scope.myKendoWindow.open ();                      if (scope.options.position === undefined) {                        kWindow.center ();                      } I am using the code:                      // Todo [Shein]: Fixed alignment window                      if (scope.options.position === undefined) {                          scope.myKendoWindow.center ();                      }                      scope.myKendoWindow.open ();

kjartanvalur commented 8 years ago

Fixed in v.2.2.2