mirror of
https://github.com/nasa/openmct.git
synced 2025-02-20 09:26:45 +00:00
Remove ng-scope in example
This commit is contained in:
parent
b8d8f40ed7
commit
93aa6a18f2
@ -11,7 +11,9 @@ define([
|
||||
|
||||
$transclude(function (clone) {
|
||||
exampleEl.append(clone);
|
||||
codeEl.text(exampleEl.html());
|
||||
codeEl.text(exampleEl.html()
|
||||
.replace(/ class="ng-scope"/g, "")
|
||||
.replace(/ ng-scope"/g, '"'));
|
||||
});
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user