Giter Site home page Giter Site logo

ui-if about ui-utils HOT 9 CLOSED

angular-ui avatar angular-ui commented on September 15, 2024
ui-if

from ui-utils.

Comments (9)

ProLoser avatar ProLoser commented on September 15, 2024

Yeah I know. Sorry I've been more inclined to take more... destructive (?) measures just to keep things up to date rather than to sit on things. I REALLY need help maintaining the projects. Everyone has moved over to bootstrap lol.

from ui-utils.

lanterndev avatar lanterndev commented on September 15, 2024

That's too bad, the packages you maintain are super valuable too. I'll look out for more ways I can help as much as possible.

from ui-utils.

zhon avatar zhon commented on September 15, 2024

I am in that exact position. I am on angularjs 1.0.8 and using the latest version of angular-ui. I need ngIf or uiIf.

from ui-utils.

msalahz avatar msalahz commented on September 15, 2024

any updates on this ? I have the same problem and i need ng-if or ui-if.
Please this is important.

from ui-utils.

ProLoser avatar ProLoser commented on September 15, 2024

@zhon @msalahz this is not going to be addressed, @Skivvies issue is referencing our broken docs. Use ngIf which can be found in >=1.1.x

from ui-utils.

msalahz avatar msalahz commented on September 15, 2024

@ProLoser please this is important for any developer using AngularJS stable version for production and want to have the last version from AngularUI and I don't think this will be very hard to include ngif in the next release for the stable version because no one will include unstable versions in production.
Thanks for you concern about this important matter

from ui-utils.

ProLoser avatar ProLoser commented on September 15, 2024

@msalahz 1.1.x is not 'unstable' despite the title. It's an inaccurate label. It's a 'prototype' branch where they are trying new features that may be subject to change. This is essentially the equivalent to using this lib, which is far more unstable and slower to maintain. If you don't use any of these new features (excluding ngIf) there will be no difference in the codebase.

ngIf is here to stay however (or at least to my knowledge). Again, 1.1.x contains all the same bug-fixes and stability of 1.0.x, it just also has additional features.

In the end, you're much better off getting ngIf since it has proper integrated support for things like animation, is actively maintained and fixed (unlike this module) and is probably as far along if not farther than this module.

from ui-utils.

joseym avatar joseym commented on September 15, 2024

@msalahz it's easy enough to extend Angular UI:

angular.module('ui.directives', []);

then include this source: https://github.com/angular-ui/angular-ui-OLDREPO/blob/master/modules/directives/if/if.js

var app = angular.module('MyApp', [
  'ui.utils',
  'ui.directives'
]);

@ProLoser is right, tho - 1.1.x is solid.

from ui-utils.

msalahz avatar msalahz commented on September 15, 2024

@ProLoser Thank you for the clarification.

from ui-utils.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.