angular.noConflict
(API in module ng
)
Restores the previous global value of angular and returns the current instance. Other libraries may already use the angular namespace. Or a previous version of angular is already loaded on the page. In these cases you may want to restore the previous namespace and keep a reference to angular.
angular.noConflict();
{Object}
– The current angular namespace