angularjs - ng-view not getting updated when there is ng-grid inside it -


Please take a look at the following plunker This is a simple app with ng-grid. I need to navigate to the Edit page when the Edit button is clicked. What happens is that instead of going to the edited page column in the grid, get confused. Can anyone explain why this is happening and how can I improve it? There is a problem with the NG-Grid version you are using, I've changed it to the latest version and it worked.

  & lt; Script type = "text / javascript" src = "// cdnjs .cloudflare.com / ajax / libs / ng grid / 2.0.8 / ng-grid.debug.js" & gt; & Lt; / Script & gt;   

Example:

Comments

Popular posts from this blog

Java - Error: no suitable method found for add(int, java.lang.String) -

java - JPA TypedQuery: Parameter value element did not match expected type -

c++ - static template member variable has internal linkage but is not defined -