Skip to content

Commit 03d1431

Browse files
committed
Fixed issue #6 option saveable should be savable
1 parent 087b646 commit 03d1431

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-markdown-editor-ghiscoding",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"author": "Ghislain B.",
55
"description": "Angular Markdown Editor, all-in-one Markdown Editor and Preview",
66
"main": [

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-markdown-editor",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"author": "Ghislain B.",
55
"description": "Angular Markdown Editor, all-in-one Markdown Editor and Preview",
66
"main": "app.js",

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Angular Markdown Editor (Directive)
2-
`1.1.0`
2+
`1.1.1`
33

44
## What do we have?
55
In this package we will use a few libraries and tools to make a more convenient "all in one" WYSIWYG Markdown Editor with preview. All of that with a simple AngularJS Directive call. I plan to use this mainly for online documentation but it could be useful for many other reasons (docs, blog, etc...).

src/angular-markdown-editor.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ angular
1515
element.markdown({
1616
autofocus: options.autofocus || false,
1717
saveable: options.saveable || false,
18+
savable: options.savable || false,
1819
iconlibrary: options.iconlibrary || 'glyph',
1920
hideable: options.hideable || false,
2021
width: options.width || 'inherit',

0 commit comments

Comments
 (0)