WriteOn / writeon.io

A marketing site without distraction for WriteOn
http://writeon.io
GNU General Public License v3.0
0 stars 0 forks source link

Uncaught Error: [$injector:unpr] Unknown provider: $$qProvider <- $$q <- $animate <- $compile #12

Closed thinq4yourself closed 9 years ago

thinq4yourself commented 9 years ago

After solving last issue, #10, and deplying to Heroku, the app is hosed.

I notice that it is related to an Angular module injection issue.

Uncaught Error: [$injector:unpr] Unknown provider: $$qProvider <- $$q <- $animate <- $compile

  1. I reinstated $locationProvider module and $locationProvider.html5Mode(true);, removed during issue #1 resolution
  2. Reverted, and still does not work. Besides, $$qProvider is not locationProvider.
  3. Tracking down, but see downtime report below.

screenshot 2015-01-20 at 11 56 44 - display 2

thinq4yourself commented 9 years ago

Bower updated, bower.json updated. Looking like it may be related to ngAnimate module... or Angular version

- https://github.com/angular/bower-angular-animate

thinq4yourself commented 9 years ago

When running a $ bower update angular, this is received:

Please note that,                                                                                                                                             
    ngFitText#3.1.0 depends on angular#1.2.24 which resolved to angular#1.2.24                                                                                
    Writeon.io depends on angular#^1.3.0 which resolved to angular#1.3.9                                                                                      
    angular-bootstrap#0.11.2 depends on angular#>=1 which resolved to angular#1.3.9                                                                           
    angular-animate#1.3.9 depends on angular#1.3.9 which resolved to angular#1.3.9                                                                            
    angular-mailchimp#97fbedff89 depends on angular#~1.3.2 which resolved to angular#1.3.9                                                                    
Resort to using angular#>=1 which resolved to angular#1.2.24                                                                                                  
Code incompatibilities may occur.                         
thinq4yourself commented 9 years ago

Related to Angular version, ngAnimate, and ngFitText angular version dependencies, which caused code incompatibilities