mirror of
https://github.com/openfaas/faas.git
synced 2025-06-23 23:33:25 +00:00
fixed unexpected behavior where the selected function properties don't get
updated after adding/deleting a different function. Signed-off-by: Ken Fukuyama <kenfdev@gmail.com>
This commit is contained in:
@ -72,7 +72,7 @@
|
||||
<div flex></div>
|
||||
</md-content>
|
||||
|
||||
<md-content flex layout="column" ng-repeat="function in functions" ng-show="function.name == selectedFunction.name">
|
||||
<md-content flex layout="column" ng-repeat="function in functions" ng-if="function.name == selectedFunction.name">
|
||||
|
||||
<md-card md-theme="default" md-theme-watch>
|
||||
<md-card-title>
|
||||
|
Reference in New Issue
Block a user