Skip to content
This repository has been archived by the owner on Nov 27, 2018. It is now read-only.

Added callback function attribute to call outside of the directive to return image data #13

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Mar 3, 2016

  1. Added callback function attribute to call outside of the directive

    Outer callback specified to return image data right after capturing to avoid explicit watcher on model in controllers where used this directive.
    In my case it's done to get image data and allow to store them in array of captured images outside the directive.
    
    also updated to run with angular 1.5 because in previous version i got error, can't load module.
    MikhailRoot committed Mar 3, 2016
    Configuration menu
    Copy the full SHA
    46dcaca View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2016

  1. reupdated IIFE

    MikhailRoot committed Mar 4, 2016
    Configuration menu
    Copy the full SHA
    4bcf5f9 View commit details
    Browse the repository at this point in the history
  2. Update directive.js

    MikhailRoot committed Mar 4, 2016
    Configuration menu
    Copy the full SHA
    a4572e3 View commit details
    Browse the repository at this point in the history