Search code examples
angularjsbreezehottowel

HotTowel: breeze.angular.js file missing


I am following John Papa's course [Building Apps with Angular and Breeze - Part 1] on Plural Sight to build Breeze-Angular SPA.

I have included all references in index.html according to video.

<script src="../Scripts/breeze.debug.js"></script>
<script src="../Scripts/breeze.angular.js"></script>
<script src="../Scripts/breeze.directives.js"></script>
<script src="../Scripts/breeze.saveErrorExtensions.js"></script>
<script src="../Scripts/breeze.to$q.shim.js"></script>

I am getting this error :
"GET http://localhost:1930/Scripts/breeze.angular.js"

When I see scripts folder, I cannot find breeze.angular.js file there.
enter image description here

I have tried updating and re-installing "HotTowel.Angular, HotTowel.Angular.Breeze, Breeze.Angular, Breeze.Angular.Directives" but no success.

Any suggestion where i can find this file? Thanks in advance


Solution

  • "breeze.angular.js" has been renamed to "breeze.bridge.angular.js". Adding reference of "breeze.bridge.angular.js" in index.html resolved it for me.
    For more information, visit http://www.getbreezenow.com/documentation/breeze-angular