docs(directives.js): remove invalid asterisk
This character was breaking the doc-gen
This commit is contained in:
parent
72bb5bdd5a
commit
3571450b42
|
@ -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';
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in New Issue