You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Embedded template solving issues related to referencing html file
* Embedded close button image for tip walkthrough into directive file
* Added external js file with icons solving issues related to referencing to icon files
* Updated tests
* Icons folder added to ignore in bower/npm, here for future developments if required
* Updated Readme
* Bumped to version 0.4.1
You can now use the directive, add the element to your HTML:
70
74
```html
71
75
<walkthroughwalkthrough-type="X">
@@ -121,7 +125,7 @@ and use one of the two configurations:
121
125
-`focus-element-id` (optional) - Any walkthrough type. ID of DOM element we want to give focus to, without it all screen will be grayed out
122
126
-`is-round` (optional) - Any walkthrough type. Set to 'true' if you want the focused area to be round, otherwise it will be square set to the size of the DOM element
123
127
-`has-glow` (optional) - Any walkthrough type. Set to 'true' if you want the focused area to have a glow around it
124
-
-`icon` (optional) - Any walkthrough type. If set to any of the predefined values ("single_tap", "double_tap", "swipe_down", "swipe_left", "swipe_right", "swipe_up"), in such case the image will be bound to focus element (if exists). if giving any other icon then is not bound to focus element
128
+
-`icon` (optional) - Any walkthrough type. If set to any of the predefined values ("single_tap", "double_tap", "swipe_down", "swipe_left", "swipe_right", "swipe_up"), in such case the icon will be bound to focus element (if exists), make sure to add 'ng-walkthrough.tap_icons.js' following instructions above. any other icon can be used and will be loaded from supplied folder
125
129
-`main-caption` (optional) - Any walkthrough type. This is the text that will be displayed in the walk-through. Text can be formatted
126
130
-`use-button` (optional) - Any walkthrough type. set to 'true' you want a button displayed that most be clicked in order to close walkthrough, otherwise clicking anywhere while walkthrough displayed will close it
127
131
-`icon-padding-left` (optional) - Any walkthrough type. Add padding to the icon from the left in percentage
0 commit comments