AppWideAngularScriptIncludes
(Created page with "In MDriven Turnkey for AngularJS you can add a file AppWideAngularScriptIncludes.html in EXT_Scripts. The contents will be included in your app before Angular compile. Typic...")
 
No edit summary
Line 9: Line 9:


  <script src="/EXT_Scripts/<YourScript>.js"></script>
  <script src="/EXT_Scripts/<YourScript>.js"></script>
Check out more information in the video ☛ [[Plugins in Turnkey]]

Revision as of 20:32, 26 March 2017

In MDriven Turnkey for AngularJS you can add a file AppWideAngularScriptIncludes.html in EXT_Scripts.

The contents will be included in your app before Angular compile.

Typical content is:

<script src="/EXT_Scripts/BoardComponentScriptsThatUseDirectivesAndSuch.js"></script>
<script src="/EXT_Scripts/GanttComponentScriptsThatUseDirectivesAndSuch.js"></script>
<script src="/EXT_Scripts/<YourScript>.js"></script>

Check out more information in the video ☛ Plugins in Turnkey

This page was edited 31 days ago on 04/15/2024. What links here