/
githubmirror
/
angular.js
Обзор
Документация
Войти
/
githubmirror
/
angular.js
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v1.6.2
src/loader.prefix
8 строк
214 B
Nic Mitchell
chore(*): update copyright year
04 янв 2017, 13:21
04 янв 2017, 13:21
a50bb0b
Код
Авторство
О чём код?
/** * @license AngularJS v"NG_VERSION_FULL" * (c) 2010-2017 Google, Inc. http://angularjs.org * License: MIT */ 'use strict'; (function() { function isFunction(value) {return typeof value === 'function';};