docs(directives.js): remove invalid asterisk

This character was breaking the doc-gen
This commit is contained in:
Peter Bacon Darwin 2015-05-15 13:54:41 +01:00
parent 72bb5bdd5a
commit 3571450b42
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ export * from './src/directives/ng_switch';
* ``` * ```
* one could enumerate all the core directives at once: * one could enumerate all the core directives at once:
* *
** ``` * ```
* import {coreDirectives} from 'angular2/angular2'; * import {coreDirectives} from 'angular2/angular2';
* import {OtherDirective} from 'myDirectives'; * import {OtherDirective} from 'myDirectives';
* *