Loading README.md +1 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ and content editable fields. Not fully browser tested and comes without warranty To install and start the demo application: git clone https://github.com/dmacfarlane/angular2-mentions.git cd ng2-mentions cd angular2-mentions npm install ng serve Loading e2e/app.e2e-spec.ts +1 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ import { browser, element, by, protractor } from 'protractor'; import { Angular2MentionsPage } from './app.po'; describe('ng2-mentions App', function() { describe('angular2-mentions App', function() { var EC = protractor.ExpectedConditions; let page: Angular2MentionsPage; Loading src/app/app.component.html +2 −2 Original line number Diff line number Diff line Loading @@ -16,5 +16,5 @@ and content editable fields. Try entering some @names below.</p> <h3>Embedded Editor</h3> <tinymce></tinymce> <br><p style="color:grey">ng2-mentions on <a href="">Github</a></p> <a href="https://github.com/dmacfarlane/ng2-mentions"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://camo.githubusercontent.com/652c5b9acfaddf3a9c326fa6bde407b87f7be0f4/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f6f72616e67655f6666373630302e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_orange_ff7600.png"></a> <br><p style="color:grey">angular2-mentions on <a href="">Github</a></p> <a href="https://github.com/dmacfarlane/angular2-mentions"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://camo.githubusercontent.com/652c5b9acfaddf3a9c326fa6bde407b87f7be0f4/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f6f72616e67655f6666373630302e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_orange_ff7600.png"></a> src/app/tinymce.component.ts +1 −1 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ declare var tinymce: any; /** * Angular 2 Mentions. * https://github.com/dmacfarlane/ng2-mentions * https://github.com/dmacfarlane/angular2-mentions * * Example usage with TinyMCE. */ Loading src/mention/mention-list.ts +1 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ import { getCaretCoordinates } from './caret-coords'; /** * Angular 2 Mentions. * https://github.com/dmacfarlane/ng2-mentions * https://github.com/dmacfarlane/angular2-mentions * * Copyright (c) 2016 Dan MacFarlane */ Loading Loading
README.md +1 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ and content editable fields. Not fully browser tested and comes without warranty To install and start the demo application: git clone https://github.com/dmacfarlane/angular2-mentions.git cd ng2-mentions cd angular2-mentions npm install ng serve Loading
e2e/app.e2e-spec.ts +1 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ import { browser, element, by, protractor } from 'protractor'; import { Angular2MentionsPage } from './app.po'; describe('ng2-mentions App', function() { describe('angular2-mentions App', function() { var EC = protractor.ExpectedConditions; let page: Angular2MentionsPage; Loading
src/app/app.component.html +2 −2 Original line number Diff line number Diff line Loading @@ -16,5 +16,5 @@ and content editable fields. Try entering some @names below.</p> <h3>Embedded Editor</h3> <tinymce></tinymce> <br><p style="color:grey">ng2-mentions on <a href="">Github</a></p> <a href="https://github.com/dmacfarlane/ng2-mentions"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://camo.githubusercontent.com/652c5b9acfaddf3a9c326fa6bde407b87f7be0f4/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f6f72616e67655f6666373630302e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_orange_ff7600.png"></a> <br><p style="color:grey">angular2-mentions on <a href="">Github</a></p> <a href="https://github.com/dmacfarlane/angular2-mentions"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://camo.githubusercontent.com/652c5b9acfaddf3a9c326fa6bde407b87f7be0f4/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f6f72616e67655f6666373630302e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_orange_ff7600.png"></a>
src/app/tinymce.component.ts +1 −1 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ declare var tinymce: any; /** * Angular 2 Mentions. * https://github.com/dmacfarlane/ng2-mentions * https://github.com/dmacfarlane/angular2-mentions * * Example usage with TinyMCE. */ Loading
src/mention/mention-list.ts +1 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ import { getCaretCoordinates } from './caret-coords'; /** * Angular 2 Mentions. * https://github.com/dmacfarlane/ng2-mentions * https://github.com/dmacfarlane/angular2-mentions * * Copyright (c) 2016 Dan MacFarlane */ Loading