Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
これは私の URL です。そのリンクcharts/53d25d91959679701e362f25に追加すると、ページ内の 2 つの特定の div を非表示にする必要があります。?widget=truecharts/53d25d91959679701e362f25?widget=truecharts/53d25d91959679701e362f25
charts/53d25d91959679701e362f25
?widget=true
charts/53d25d91959679701e362f25?widget=true
試してみましng-if="location.path()"たが、機能していません?widget=true
ng-if="location.path()"
ディレクティブ$locationでサービスを使用することはできませんng-if
$location
ng-if
ユーザーがスコープを設定し、そのスコープ変数に$location結び付けます。ng-if
if(angular.isDefined($location.search().widget)) { $scope.isHidden = true; } else { $scope.isHidden = false; } ng-if="isHidden"