fng-bootstrap-datetime
Advanced tools
Comparing version 0.12.0-beta.34 to 0.12.0-beta.35
@@ -163,3 +163,3 @@ angular.module('ui.bootstrap.datetimepicker', ["ui.bootstrap.dateparser", "ui.bootstrap.datepicker", "ui.bootstrap.timepicker"]) | ||
let workingScope = $scope; | ||
while (typeof workingScope.topLevelFormName !== "string") { | ||
while (typeof workingScope.topLevelFormName !== "string" && workingScope.$parent) { | ||
workingScope = workingScope.$parent; | ||
@@ -166,0 +166,0 @@ } |
{ | ||
"name": "fng-bootstrap-datetime", | ||
"version": "0.12.0-beta.34", | ||
"version": "0.12.0-beta.35", | ||
"description": "datetime input plugin for forms-angular", | ||
@@ -5,0 +5,0 @@ "main": "fng-bootstrap-datetime.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
26430