mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-05-17 19:11:08 +00:00
chore(docs): correct spacings
This commit is contained in:
parent
b5fb18ae35
commit
3fdb29242b
1 changed files with 1 additions and 1 deletions
|
|
@ -86,6 +86,7 @@ docsApp.directive.docTutorialNav = function(templateMerge) {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
docsApp.directive.docTutorialReset = function() {
|
docsApp.directive.docTutorialReset = function() {
|
||||||
function tab(name, command, id, step) {
|
function tab(name, command, id, step) {
|
||||||
return '' +
|
return '' +
|
||||||
|
|
@ -188,7 +189,6 @@ docsApp.serviceFactory.openJsFiddle = function(templateMerge, getEmbeddedTemplat
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
docsApp.serviceFactory.sections = function sections() {
|
docsApp.serviceFactory.sections = function sections() {
|
||||||
var sections = {
|
var sections = {
|
||||||
guide: [],
|
guide: [],
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue