You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Jesper Lindström edited this page Jun 8, 2014
·
1 revision
Libraries are located in app/libraries/*.js and provide functionality either by directly performing actions or by providing public methods, that controllers can access. Controllers would be able to access the following method below via app.lib.myLibrary.myPublicMethod().