correct typo in cheatsheet

closes #314
This commit is contained in:
Naomi Black 2015-10-27 15:25:47 -07:00
parent 53323851f8
commit d0b9d43377
1 changed files with 1 additions and 1 deletions

View File

@ -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 components view.",
bold: [ 'styles:', 'styleUrls:' ]
},