fix: misc typos in three files (#3463)
This commit is contained in:
parent
6f17693022
commit
6fa6a1d328
|
@ -1,5 +1,5 @@
|
||||||
// this tsconfig is used for protractor tests
|
// this tsconfig is used for protractor tests
|
||||||
// see _boilerplate/tsconfig.json for the the tsconfig used in examples
|
// see _boilerplate/tsconfig.json for the tsconfig used in examples
|
||||||
{
|
{
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"target": "es6",
|
"target": "es6",
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
*
|
*
|
||||||
* @requires codeTab Directive
|
* @requires codeTab Directive
|
||||||
*
|
*
|
||||||
* Invidiual panes displayed in the the
|
* Individual panes displayed in the
|
||||||
* codeTab elements
|
* codeTab elements
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@ -30,7 +30,7 @@ angularIO.directive('codePane', function() {
|
||||||
return function(scope, element, attrs, controller) {
|
return function(scope, element, attrs, controller) {
|
||||||
scope.name = attrs.name;
|
scope.name = attrs.name;
|
||||||
|
|
||||||
//ADD PANE TO CONTROLLER
|
// ADD PANE TO CONTROLLER
|
||||||
controller.addPane(scope);
|
controller.addPane(scope);
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue