show/hide widget with condition
Hello Experts, I have no idea.. why my code is not working. I want to display the widget when the created condition is met. html <div class="row" ng-show="data.visible"><div class="panel-group">test content </div></div> server (function() { data.vi...
