• Does anyone see any problems with this going forward? I have got Angular JS running on my child theme using a simple script tag:

    <script src="<?php echo get_stylesheet_directory_uri();?>/js/angularjs/angular.min.js"></script>

    WordPress register script and enqueue script and add action methods have not worked but the above simple script tag on the page on which I’m deploying Angular DOES work. Does anyone see any problems with this going forward?

    Many thanks

    InFlight

The topic ‘simple way to run AngularJS’ is closed to new replies.