mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 11:20:39 -03:30
Rename toggle component to toggle-tag for better clarity.
This commit is contained in:
parent
22ddf7883a
commit
2ee361db5d
@ -9,7 +9,7 @@
|
||||
@import 'relaunchButton/_index';
|
||||
@import 'tabs/_index';
|
||||
@import 'tag/_index';
|
||||
@import 'toggle/_index';
|
||||
@import 'toggle-tag/_index';
|
||||
@import 'truncate/_index';
|
||||
@import 'utility/_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 tabGroup from '~components/tabs/group.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 truncate from '~components/truncate/truncate.directive';
|
||||
import atCodeMirror from '~components/code-mirror';
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
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) {
|
||||
const { tags } = $scope;
|
||||
Loading…
x
Reference in New Issue
Block a user