You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.
Show/Hide just doesn't work...and I know that careerStats is being set in the careerStatsCtrl controller. If I add the following in the html directly, it works:
Show/hide should indeed work, my thoughts are its simply down to your incorrect use of curly-brace bindings i.e. {{variable}}. Remove those and it should work fine: ng-show="variable"
Hello! I'm trying to make a reusable spinner directive so I can hide sections of the page with a spinner before data is loaded:
I attach it like this:
Angular turns it into:
Show/Hide just doesn't work...and I know that careerStats is being set in the careerStatsCtrl controller. If I add the following in the html directly, it works:
Anyone have an idea?
The text was updated successfully, but these errors were encountered: