Vlad Poluch
Vlad Poluch
@ddctd143 Maybe this will work: ``` javascript $scope.model = { wallet: null }; $scope.wallets = WalletService.getResource().get({}); ``` But I don know. It is only idea :) Feel free to try...
Do you resolve issue before (if yes, which solution)? I dont have info about functionality like this. Maybe new feature request. In custom dialogs I always use my own buttons...
Could you answer the first question please? You dont understand :) I dont use buttons option. I have own buttons in dialog template. E.g. dialog tepmplate ``` html Cancel ```...
Hi, do you have any console output? This example works for me: script.js ``` javascript var app = angular.module('myApp', ['ngBootbox']); app.controller('MyCtrl', function($scope, $rootScope){ }); app.controller('DialogCtrl', function($scope){ $scope.testVar = 'Variable :)';...
Define in template.html ??? Like this ? ``` html app.controller('DialogCtrl', function($scope){ $scope.testVar = 'Variable :)'; }); {{testVar}} ```
This is no issue of ngBootbox. You just dont know hot to work with javascript or angular. Javascript in templates html is not resolved, and app variable is undefined too....
[turborepo] eslint-plugin-turbo: `dotEnv` support differs between workspace setting and root setting
Have the same problem. It looks like the documentation is not valid or it is a bug. In case we have one `turbo.json` file in the root of the project...
[turborepo] eslint-plugin-turbo: `dotEnv` support differs between workspace setting and root setting
@nathanhammond is this behaviour intended
Why `12.0.0` ? Are there any breaking changes?