0

I added a view to my Telerik AppBuilder I added a javascript file to index.html and added the view myview.html when I run the view I get 'app is not defined'

Micah Armantrout
  • 6,781
  • 4
  • 40
  • 66

1 Answers1

0

Check and make sure the javascript for your view was not added in index.html before the app.js

Note: After pulling my hair out I wanted to record this for someone else to find. Simple solution but it would have saved me some time if I would have the answer.

Micah Armantrout
  • 6,781
  • 4
  • 40
  • 66