Himanshu Chandra

Results 3 comments of Himanshu Chandra

I was having the same problem with bower and found out i forgot to add the script in my index.html file and it worked

This issue is a same as https://github.com/yeoman/generator-angular/issues/1380 the solution provided worked fine for me.

It's a problem with angular 1.6 but before downgrading I tried this ``` angular .module('webApp', ['ngAnimate', 'ngAria', 'ngCookies', 'ngMessages', 'ngResource', 'ngRoute', 'ngSanitize', 'ngTouch']) .config(function ($routeProvider, $locationProvider) { $routeProvider .when('/blog', {...