As can be seen from this Plunkr , I have two modules, each in a separate directive modal-oneand modal-two.
modal-one
modal-two
The problem is that only the modal opens, even when you click on the modal button.
I assume it has something to do with the method .openon $scope, overwritten?
.open
$scope
How can I prevent this? Thanks!
, scope property , false ( ). , , $scope.open . , $scope.open.
scope
false
$scope.open
, scope: true/scope: {}
scope: true
scope: {}
, .
Source: https://habr.com/ru/post/1627852/More articles:Convert original bitmap to android - androidVideo devices do not work when used with onsen UI - angularjsProblem with CORS Gateway API - corsImprove (/ manipulate) several popular text (/ visual) applications for Android applications! (examples: whatsapp, gmail, facebook, ...) - androidonUnbind is not called when binding activity to a running service - androidHow to generate a file using the GsonFormat plugin in Android Studio - android-studioHow to get the name of the Game Controller (Windows 10 / C ++) - c ++JavaFX FXML initialization method not initialized - javaPandas Passing variable names to column name - pythonCheck static_assert in unit test - c ++All Articles