Posts by dikey • 67 points
4 posts
-
-2
votes2
answers234
viewsA: Reference loss in function call
The scenario code is correct, there should be no reference loss if the service correctly implements Promise according to the es6. Thus to use the then(), the save() method of the service class must…
-
0
votes1
answer43
viewsA: Load database pages
You need to use the $Compile service. The answer from link has a example no plunker how it works.…
-
1
votes2
answers2287
viewsA: Rename table in Firebird
Victor, as the Firebird FAQ is not possible to rename table in Firebird, as reported in this link. You can create a new table or view by selecting data from the old table.…
-
3
votes1
answer308
viewsA: Ignore parameter if null
Douglas, in the way I understood the problem, it is recommended to create the logic to check if your form to general is not null, mount select and if necessary pass parameter. In the case below if…