[
https://issues.apache.org/jira/browse/NIFI-1761?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Scott Aslan resolved NIFI-1761.
-------------------------------
Resolution: Fixed
https://github.com/apache/nifi/pull/331
https://github.com/apache/nifi/pull/356
> UI - Introduce AngularJS
> ------------------------
>
> Key: NIFI-1761
> URL: https://issues.apache.org/jira/browse/NIFI-1761
> Project: Apache NiFi
> Issue Type: Sub-task
> Components: Core UI
> Reporter: Scott Aslan
> Assignee: Scott Aslan
> Fix For: 1.0.0
>
>
> This subtask will introduce AngularJS into the NiFi web app.
> AC:
> -Introduce Roboto Fonts
> -Manually bootstrap an angular application to the body of the NiFi web app
> (Legacy NiFi web app must be unaffected by this)
> -Create Angular bridge to allow legacy code to communicate with boostrapped
> angular application
> -Angular application should follow best practices for production including
> strict DI and debug mode disabled/production mode enabled
> -Angular $sanitize should be used to prevent XSS (replaces jQuery .text() or
> .html() when converting legacy functionality into Angular directives etc.)
> -Angular Material should be introduced to provide re-useable Material Design
> based widgets and flexbox responsive capabilities.
> -Angular Material theme should be configured to match new styles for the UI
> -Introduce other common angular modules nfResource, ngRoute, ngMessages for
> future use
> -Replace legacy breadcrumb functionality with a new angular directive
> complete with new styles provided by UX
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)