Does ratchet play well with angular.js?

I ask if one page supports the angular.js JavaScript library , has there ever been any type of compatibility with the new (ish) bootstrap-like css clone ratchet - because before I start learning ratchet (oh and / or angular) I thought I should ask ..

The current top result (from jan 2013) is a Google thread, so

I am trying to deal with AngularJS and I wrote a small application that I want to use on my Android phone (Galaxy s2 for Android version 4.0.4). I'm also using ratchet for the user interface. The application works fine on my desktop browser, but it does not work on my Android phone. You can access the application:

.... Any help would be greatly appreciated.

and

This works for me, commenting out a line that includes the ratchet.js file. Thus, it seems that the angles and ratchets do not play well together.

But maybe this is either not an ordinary situation, or is it still fixed or something else?

I think maybe the error tracker or something in angular.js is land, I think, but maybe someone can put an answer here for others.

+5
source
3

, . .

+2

. angular routeProvider

( angular, - https://github.com/twbs/ratchet/issues/682)

0

Push.js in ratchet conflicts with AngularJS routeProvider, which calls routeProvider, does not work.

Instead of including all of the associated javascript with the ratchet mechanism, just use the javascript ratchet components you need. All javascript components can be found in the js/ratchet repository folder .

0
source

All Articles