Thanks for reporting the problem. The API was provided by zeppelin-display module. Which was excluded during the task scala 2.11 support.
Could you file an issue? I can quickly create a patch for it. Best, moon On Wed, Aug 10, 2016 at 2:46 AM Randy Gelhausen <rgel...@gmail.com> wrote: > Has the backend Angular API changed? The examples here don't work > starting with the import statements: > > import org.apache.zeppelin.display.angular.notebookscope._ > import AngularElem._ > > Result: > <console>:42: error: object angular is not a member of package > org.apache.zeppelin.display > import org.apache.zeppelin.display.angular.notebookscope._ >