aboutsummaryrefslogtreecommitdiffstats
path: root/docs/app/src
diff options
context:
space:
mode:
authorMatias Niemelä2014-02-16 18:54:52 -0500
committerPeter Bacon Darwin2014-02-17 00:20:26 +0000
commit713c8e629da3f7323ee8ca9abe72ba825afe9fa4 (patch)
tree5fe9bea33ae659288631abe6f6fc0f87b6591881 /docs/app/src
parent33e1bdc543bcb7875dcc004d487333393670ed2d (diff)
downloadangular.js-713c8e629da3f7323ee8ca9abe72ba825afe9fa4.tar.bz2
docs(design): ui-fixes for examples, layout and API components
Diffstat (limited to 'docs/app/src')
-rw-r--r--docs/app/src/examples.js2
-rw-r--r--docs/app/src/tutorials.js2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/app/src/examples.js b/docs/app/src/examples.js
index 44dd98f1..0ad981c9 100644
--- a/docs/app/src/examples.js
+++ b/docs/app/src/examples.js
@@ -263,4 +263,4 @@ angular.module('examples', [])
css: templateMerge(CSS, prop)
});
};
-}); \ No newline at end of file
+});
diff --git a/docs/app/src/tutorials.js b/docs/app/src/tutorials.js
index a978daed..2f46494c 100644
--- a/docs/app/src/tutorials.js
+++ b/docs/app/src/tutorials.js
@@ -55,4 +55,4 @@ angular.module('tutorials', [])
'</div>\n');
}
};
-}); \ No newline at end of file
+});