From d0b9d4337731f79af3ebb246dac94fbc51a4454a Mon Sep 17 00:00:00 2001 From: Naomi Black Date: Tue, 27 Oct 2015 15:25:47 -0700 Subject: [PATCH] correct typo in cheatsheet closes #314 --- public/resources/js/controllers/app-controller.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/resources/js/controllers/app-controller.js b/public/resources/js/controllers/app-controller.js index 50e128a7d2..49a0d0c726 100644 --- a/public/resources/js/controllers/app-controller.js +++ b/public/resources/js/controllers/app-controller.js @@ -1859,7 +1859,7 @@ angularIO.controller('AppCtrl', [ '$scope', '$mdDialog', '$timeout', function ($ bold: [ 'template:', 'templateUrl:' ] }, { - "syntax": "styles: '.primary {color: red}'\nstyleUrls: ['my-component.css']", + "syntax": "styles: ['.primary {color: red}']\nstyleUrls: ['my-component.css']", "description": "List of inline css styles / external stylesheet urls for styling component’s view.", bold: [ 'styles:', 'styleUrls:' ] },