mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-15 11:56:50 +00:00
[Doc] Fix javascript code-block
Fix code-block syntax (double space)
This commit is contained in:
+1
-1
@@ -516,7 +516,7 @@ include in your templates:
|
|||||||
``interpolateProvider`` service, for instance at the module initialization
|
``interpolateProvider`` service, for instance at the module initialization
|
||||||
time:
|
time:
|
||||||
|
|
||||||
.. code-block:: javascript
|
.. code-block:: javascript
|
||||||
|
|
||||||
angular.module('myApp', []).config(function($interpolateProvider) {
|
angular.module('myApp', []).config(function($interpolateProvider) {
|
||||||
$interpolateProvider.startSymbol('{[').endSymbol(']}');
|
$interpolateProvider.startSymbol('{[').endSymbol(']}');
|
||||||
|
|||||||
Reference in New Issue
Block a user