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...
Wednesday, September 21, 2016
Bookmyseat application : angularjs ,webapi and sqlserver 2008 using angular ui bootstrap
Posted on
7:07 AM
by
Sachin Kalia
Tuesday, September 13, 2016
Error Resolution : [ng:areq] Argument 'fn' is not a function, got string in angular js
Posted on
3:27 AM
by
Sachin Kalia

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...
Categories:
AngularJS
,
Error Resolutions
Thursday, September 1, 2016
angular-route.js:24 Uncaught TypeError: Cannot read property 'module' of undefined
Posted on
4:12 AM
by
Sachin Kalia
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>...
Categories:
AngularJS
,
Bug & Error Resolution
Subscribe to:
Posts
(
Atom
)