Having trouble with adding the ng-intro-options attribute to the HTML element.
The Issue
var App = angular.module('MyApp', ['infinite-scroll', 'angular-intro']);
App.controller('MyController', ['$scope', function($scope){
$scope.IntroOptions = {}
}]);
HTML Code
<body ng-controller="MyController" ng-intro-options="IntroOptions">
An error is being thrown by AngularJS referencing the URL:
http://docs.angularjs.org/error/$compile/multidir
The error occurs when adding the attribute for angular-intro on the body tag. This issue is happening on Angular 1.3.5