angular-patternfly
angular-patternfly copied to clipboard
This repo contains instructions and the code for a set of Angular 1 components for the PatternFly project.
Need to figure out a way to get the styling from demo.css into plunkr. See also #48.
[Original issue](https://github.com/openshift/origin-web-console/issues/1707#issue-235973081) in origin-web-console. The example in the original issue is this: ```javascript var validityWatcher; // ... // in a setup fn: validityWatcher = $scope.$watch("ctrl.selectionForm.$valid", function(isValid) { ctrl.steps[0].valid = isValid;...
Translation support is absent for text in some directives, one example is `filter-results.html`: **"Results"** does not change to the provided translation. This issue encompasses the totality of work that is...
Right now, there is no way to prevent multiple instances of the same notification at the same time, for example if you have an $http responseError interceptor that generates a...
Right now it is searching the entire document for a match
We have several English strings in angular-patternfly and should support internationalization and localization. I've used [angular-gettext](https://github.com/rubenv/angular-gettext) in the past but I think it would be better to provide files per...
Bumps [express](https://github.com/expressjs/express) from 4.17.1 to 4.17.3. Release notes Sourced from express's releases. 4.17.3 deps: accepts@~1.3.8 deps: mime-types@~2.1.34 deps: [email protected] deps: [email protected] deps: [email protected] deps: [email protected] deps: [email protected] deps: [email protected] deps:...
Bumps [qs](https://github.com/ljharb/qs) from 1.2.2 to 6.2.4. Changelog Sourced from qs's changelog. 6.2.4 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge: avoid a crash with a null target and an array...
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...
Bumps [engine.io](https://github.com/socketio/engine.io) to 6.2.1 and updates ancestor dependency [karma](https://github.com/karma-runner/karma). These dependencies need to be updated together. Updates `engine.io` from 1.8.3 to 6.2.1 Release notes Sourced from engine.io's releases. 6.2.1 :warning:...