Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Roy Sivan

    (@guavaworks)

    By default nothing happens just by installing the plugin, you can use the shortcodes on pages to load certain items / loops.

    If you are on a page and have the option checked for using AngularJS override, then you can tell it is working by looking at your code in inspector. if you see your content is wrapped with a div that has an attribute “ng-bind-html=”post.content | unsafe”” then it is working.

    Plugin Author Roy Sivan

    (@guavaworks)

    On this page: https://roysivan.com/angularjs-for-wordpress/directives/ng-post/

    Under “Developer Testing Area” you will see the Hello World! post, inspect that and you can see an example of what I am referring to as far as the ng-bind-html attribute

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How do I know if it works?’ is closed to new replies.