mirror of
https://github.com/ansible/awx.git
synced 2026-03-20 02:17:37 -02:30
Rename toggle component to toggle-tag for better clarity.
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
@import 'relaunchButton/_index';
|
@import 'relaunchButton/_index';
|
||||||
@import 'tabs/_index';
|
@import 'tabs/_index';
|
||||||
@import 'tag/_index';
|
@import 'tag/_index';
|
||||||
@import 'toggle/_index';
|
@import 'toggle-tag/_index';
|
||||||
@import 'truncate/_index';
|
@import 'truncate/_index';
|
||||||
@import 'utility/_index';
|
@import 'utility/_index';
|
||||||
@import 'code-mirror/_index';
|
@import 'code-mirror/_index';
|
||||||
|
|||||||
@@ -33,7 +33,7 @@ import sideNavItem from '~components/layout/side-nav-item.directive';
|
|||||||
import tab from '~components/tabs/tab.directive';
|
import tab from '~components/tabs/tab.directive';
|
||||||
import tabGroup from '~components/tabs/group.directive';
|
import tabGroup from '~components/tabs/group.directive';
|
||||||
import tag from '~components/tag/tag.directive';
|
import tag from '~components/tag/tag.directive';
|
||||||
import toggleTag from '~components/toggle/toggle-tag.directive';
|
import toggleTag from '~components/toggle-tag/toggle-tag.directive';
|
||||||
import topNavItem from '~components/layout/top-nav-item.directive';
|
import topNavItem from '~components/layout/top-nav-item.directive';
|
||||||
import truncate from '~components/truncate/truncate.directive';
|
import truncate from '~components/truncate/truncate.directive';
|
||||||
import atCodeMirror from '~components/code-mirror';
|
import atCodeMirror from '~components/code-mirror';
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
import { TRUNCATED, TRUNCATE_LENGTH } from './constants';
|
import { TRUNCATED, TRUNCATE_LENGTH } from './constants';
|
||||||
|
|
||||||
const templateUrl = require('~components/toggle/toggle-tag.partial.html');
|
const templateUrl = require('~components/toggle-tag/toggle-tag.partial.html');
|
||||||
|
|
||||||
function controller ($scope, TagService, strings) {
|
function controller ($scope, TagService, strings) {
|
||||||
const { tags } = $scope;
|
const { tags } = $scope;
|
||||||
Reference in New Issue
Block a user