//app // .directive('ffUpdatePolyfill', function ($location) { // return { // restrict: 'A', // link: function ($scope, $element, attrs) { // $element.updatePolyfill(); // } // // }; // });