Wednesday, September 21, 2016

 Bookmyseat application angularjs ,webapi and sqlserver 2008 using angular ui bootstrap Hi Folks, I have created a bookmyseat application which has the following technology stack. AmgularJS (  Angular Module,Controller,Angular Service, Routing, Dependancy injection, Service calling using $http.post) Asp.Net WebAPI (Get,Post,Put...

Tuesday, September 13, 2016

Error: [ng:areq] Argument 'fn' is not a function, got string I confronted an error which is shown above during Angular application development which was little tricky to resolve.Though later we could be able to identify an issue  and fix an issue. At time of module loading in angular we were injecting dependancy like this: var routingApp...

Thursday, September 1, 2016

angular.js:38 Uncaught Error: [$injector:modulerr] http://errors.angularjs.org/1.5.6/$injector/modulerr?p0=routingApp&p1=Error…20c%20(http%3A%2F%2Flocalhost%3A51309%2FScripts%2Fangular.min.js%3A21%3A19) Resolution: Just keep the order of your file as shown below: first load angula.js and than angular-route.js as given below: <script src="~/Scripts/angular.min.js"></script>...